Home
last modified time | relevance | path

Searched refs:dnode_t (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddnode.h258 dnode_t *dnh_dnode;
277 void dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx);
278 void dnode_setbonus_type(dnode_t *dn, dmu_object_type_t, dmu_tx_t *tx);
279 void dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx);
282 void *ref, dnode_t **dnp);
284 void *ref, dnode_t **dnp);
285 boolean_t dnode_add_ref(dnode_t *dn, void *ref);
286 void dnode_rele(dnode_t *dn, void *ref);
287 void dnode_rele_and_unlock(dnode_t *dn, void *tag);
288 void dnode_setdirty(dnode_t *dn, dmu_tx_t *tx);
[all …]
H A Ddmu.h82 typedef struct dnode dnode_t; typedef
424 void dmu_write_policy(objset_t *os, dnode_t *dn, int level, int wp,
450 int dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags,
470 int dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset,
635 dnode_t *dmu_buf_dnode_enter(dmu_buf_t *db);
820 void dmu_object_info_from_dnode(dnode_t *dn, dmu_object_info_t *doi);
H A Dzap.h219 int zap_lookup_by_dnode(dnode_t *dn, const char *name,
221 int zap_lookup_norm_by_dnode(dnode_t *dn, const char *name,
226 int zap_count_write_by_dnode(dnode_t *dn, const char *name,
H A Ddmu_objset.h178 void dmu_objset_userquota_get_ids(dnode_t *dn, boolean_t before, dmu_tx_t *tx);
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddnode.c107 dnode_t *dn = arg; in dnode_cons()
169 dnode_t *dn = arg; in dnode_dest()
217 sizeof (dnode_t), in dnode_init()
232 dnode_verify(dnode_t *dn) in dnode_verify()
354 dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx) in dnode_setbonuslen()
371 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx) in dnode_setbonus_type()
382 dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx) in dnode_rm_spill()
392 dnode_setdblksz(dnode_t *dn, int size) in dnode_setdblksz()
404 static dnode_t *
408 dnode_t *dn; in dnode_create()
[all …]
H A Ddmu_object.c41 dnode_t *dn = NULL; in dmu_object_alloc()
99 dnode_t *dn; in dmu_object_claim()
119 dnode_t *dn; in dmu_object_reclaim()
139 dnode_t *dn; in dmu_object_free()
186 dnode_t *dn; in dmu_object_zapify()
211 dnode_t *dn; in dmu_object_free_zapified()
H A Ddmu.c144 dmu_buf_hold_noread_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_noread_by_dnode()
167 dnode_t *dn; in dmu_buf_hold_noread()
191 dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset, in dmu_buf_hold_by_dnode()
246 dnode_t *dn; in dmu_set_bonus()
269 dnode_t *dn; in dmu_set_bonustype()
292 dnode_t *dn; in dmu_get_bonustype()
306 dnode_t *dn; in dmu_rm_spill()
324 dnode_t *dn; in dmu_bonus_hold()
372 dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, void *tag, dmu_buf_t **dbp) in dmu_spill_hold_by_dnode()
398 dnode_t *dn; in dmu_spill_hold_existing()
[all …]
H A Ddnode_sync.c40 dnode_increase_indirection(dnode_t *dn, dmu_tx_t *tx) in dnode_increase_indirection()
114 free_blocks(dnode_t *dn, blkptr_t *bp, int num, dmu_tx_t *tx) in free_blocks()
160 dnode_t *dn; in free_verify()
236 dnode_t *dn; in free_children()
316 dnode_sync_free_range_impl(dnode_t *dn, uint64_t blkid, uint64_t nblks, in dnode_sync_free_range_impl()
374 dnode_t *dsfra_dnode;
382 dnode_t *dn = dsfra->dsfra_dnode; in dnode_sync_free_range()
393 dnode_evict_dbufs(dnode_t *dn) in dnode_evict_dbufs()
432 dnode_evict_bonus(dnode_t *dn) in dnode_evict_bonus()
479 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx) in dnode_sync_free()
[all …]
H A Ddmu_tx.c105 dnode_t *dn = NULL; in dmu_tx_hold_object_impl()
162 dmu_tx_check_ioerr(zio_t *zio, dnode_t *dn, int level, uint64_t blkid) in dmu_tx_check_ioerr()
178 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, in dmu_tx_count_twig()
231 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write()
412 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_dnode()
413 dnode_t *mdn = DMU_META_DNODE(txh->txh_tx->tx_objset); in dmu_tx_count_dnode()
455 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_free()
656 dnode_t *dn; in dmu_tx_hold_free()
748 dnode_t *dn; in dmu_tx_hold_zap()
905 dnode_t *dn; in dmu_tx_dirty_buf()
[all …]
H A Ddbuf.c220 dnode_t *dn; in dbuf_find_bonus()
675 dnode_t *dn; in dbuf_verify()
871 dbuf_whichblock(dnode_t *dn, int64_t level, uint64_t offset) in dbuf_whichblock()
938 dnode_t *dn; in dbuf_read_impl()
1033 dnode_t *dn; in dbuf_read()
1235 dbuf_free_range(dnode_t *dn, uint64_t start_blkid, uint64_t end_blkid, in dbuf_free_range()
1371 dnode_t *dn; in dbuf_new_size()
1460 dnode_t *dn; in dbuf_dirty()
1767 dnode_t *dn; in dbuf_undirty()
2044 dnode_t *dn; in dbuf_destroy()
[all …]
H A Ddmu_objset.c450 list_create(&os->os_dirty_dnodes[i], sizeof (dnode_t), in dmu_objset_open_impl()
451 offsetof(dnode_t, dn_dirty_link[i])); in dmu_objset_open_impl()
452 list_create(&os->os_free_dnodes[i], sizeof (dnode_t), in dmu_objset_open_impl()
453 offsetof(dnode_t, dn_dirty_link[i])); in dmu_objset_open_impl()
455 list_create(&os->os_dnodes, sizeof (dnode_t), in dmu_objset_open_impl()
456 offsetof(dnode_t, dn_link)); in dmu_objset_open_impl()
647 dnode_t dn_marker; in dmu_objset_evict_dbufs()
648 dnode_t *dn; in dmu_objset_evict_dbufs()
762 dnode_t *mdn; in dmu_objset_create_impl()
1025 dnode_t *dn; in dmu_objset_sync_dnodes()
[all …]
H A Ddmu_zfetch.c118 dmu_zfetch_init(zfetch_t *zf, dnode_t *dno) in dmu_zfetch_init()
H A Dzap_micro.c554 zap_lockdir_by_dnode(dnode_t *dn, dmu_tx_t *tx, in zap_lockdir_by_dnode()
897 zap_lookup_by_dnode(dnode_t *dn, const char *name, in zap_lookup_by_dnode()
905 zap_lookup_norm_by_dnode(dnode_t *dn, const char *name, in zap_lookup_norm_by_dnode()
1494 zap_count_write_by_dnode(dnode_t *dn, const char *name, int add, in zap_count_write_by_dnode()
H A Dzap.c274 dnode_t *dn; in zap_table_load()
519 dnode_t *dn = dmu_buf_dnode_enter(zap->zap_dbuf); in zap_get_leaf_byblk()
H A Dsa.c1657 dnode_t *dn; in sa_modify_attrs()
/netbsd-src/external/cddl/osnet/dist/cmd/zinject/
H A Dtranslate.c184 dnode_t *dn = NULL; in calculate_range()
/netbsd-src/external/cddl/osnet/dist/cmd/zdb/
H A Dzdb.c1313 dump_indirect(dnode_t *dn) in dump_indirect()
1833 dnode_t *dn; in dump_object()