Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
HDdnode.h245 } dnode_t; typedef
255 dnode_t *dnh_dnode;
274 void dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx);
275 void dnode_setbonus_type(dnode_t *dn, dmu_object_type_t, dmu_tx_t *tx);
276 void dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx);
279 void *ref, dnode_t **dnp);
281 void *ref, dnode_t **dnp);
282 boolean_t dnode_add_ref(dnode_t *dn, void *ref);
283 void dnode_rele(dnode_t *dn, void *ref);
284 void dnode_rele_and_unlock(dnode_t *dn, void *tag);
[all …]
HDdmu_objset.h172 void dmu_objset_userquota_get_ids(dnode_t *dn, boolean_t before, dmu_tx_t *tx);
/NextBSD/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDdnode.c106 dnode_t *dn = arg; in dnode_cons()
169 dnode_t *dn = arg; in dnode_dest()
218 sizeof (dnode_t), in dnode_init()
233 dnode_verify(dnode_t *dn) in dnode_verify()
355 dnode_setbonuslen(dnode_t *dn, int newsize, dmu_tx_t *tx) in dnode_setbonuslen()
372 dnode_setbonus_type(dnode_t *dn, dmu_object_type_t newtype, dmu_tx_t *tx) in dnode_setbonus_type()
383 dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx) in dnode_rm_spill()
393 dnode_setdblksz(dnode_t *dn, int size) in dnode_setdblksz()
405 static dnode_t *
409 dnode_t *dn; in dnode_create()
[all …]
HDdmu_object.c41 dnode_t *dn = NULL; in dmu_object_alloc()
93 dnode_t *dn; in dmu_object_claim()
113 dnode_t *dn; in dmu_object_reclaim()
133 dnode_t *dn; in dmu_object_free()
180 dnode_t *dn; in dmu_object_zapify()
205 dnode_t *dn; in dmu_object_free_zapified()
HDdmu.c136 dnode_t *dn; in dmu_buf_hold_noread()
192 dnode_t *dn; in dmu_set_bonus()
215 dnode_t *dn; in dmu_set_bonustype()
238 dnode_t *dn; in dmu_get_bonustype()
252 dnode_t *dn; in dmu_rm_spill()
270 dnode_t *dn; in dmu_bonus_hold()
318 dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, void *tag, dmu_buf_t **dbp) in dmu_spill_hold_by_dnode()
344 dnode_t *dn; in dmu_spill_hold_existing()
373 dnode_t *dn; in dmu_spill_hold_by_bonus()
391 dmu_buf_hold_array_by_dnode(dnode_t *dn, uint64_t offset, uint64_t length, in dmu_buf_hold_array_by_dnode()
[all …]
HDdnode_sync.c40 dnode_increase_indirection(dnode_t *dn, dmu_tx_t *tx) in dnode_increase_indirection()
120 free_blocks(dnode_t *dn, blkptr_t *bp, int num, dmu_tx_t *tx) in free_blocks()
166 dnode_t *dn; in free_verify()
242 dnode_t *dn; in free_children()
322 dnode_sync_free_range_impl(dnode_t *dn, uint64_t blkid, uint64_t nblks, in dnode_sync_free_range_impl()
380 dnode_t *dsfra_dnode;
388 dnode_t *dn = dsfra->dsfra_dnode; in dnode_sync_free_range()
399 dnode_evict_dbufs(dnode_t *dn) in dnode_evict_dbufs()
438 dnode_evict_bonus(dnode_t *dn) in dnode_evict_bonus()
485 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx) in dnode_sync_free()
[all …]
HDdmu_tx.c104 dnode_t *dn = NULL; in dmu_tx_hold_object_impl()
155 dmu_tx_check_ioerr(zio_t *zio, dnode_t *dn, int level, uint64_t blkid) in dmu_tx_check_ioerr()
171 dmu_tx_count_twig(dmu_tx_hold_t *txh, dnode_t *dn, dmu_buf_impl_t *db, in dmu_tx_count_twig()
218 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write()
392 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_dnode()
393 dnode_t *mdn = DMU_META_DNODE(txh->txh_tx->tx_objset); in dmu_tx_count_dnode()
432 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_free()
626 dnode_t *dn; in dmu_tx_hold_free()
718 dnode_t *dn; in dmu_tx_hold_zap()
859 dnode_t *dn; in dmu_tx_dirty_buf()
[all …]
HDdmu_objset.c453 list_create(&os->os_dirty_dnodes[i], sizeof (dnode_t), in dmu_objset_open_impl()
454 offsetof(dnode_t, dn_dirty_link[i])); in dmu_objset_open_impl()
455 list_create(&os->os_free_dnodes[i], sizeof (dnode_t), in dmu_objset_open_impl()
456 offsetof(dnode_t, dn_dirty_link[i])); in dmu_objset_open_impl()
458 list_create(&os->os_dnodes, sizeof (dnode_t), in dmu_objset_open_impl()
459 offsetof(dnode_t, dn_link)); in dmu_objset_open_impl()
648 dnode_t dn_marker; in dmu_objset_evict_dbufs()
649 dnode_t *dn; in dmu_objset_evict_dbufs()
763 dnode_t *mdn; in dmu_objset_create_impl()
1012 dnode_t *dn; in dmu_objset_sync_dnodes()
[all …]
HDdbuf.c153 dnode_t *dn; in dbuf_find_bonus()
396 dnode_t *dn; in dbuf_verify()
556 dbuf_whichblock(dnode_t *dn, int64_t level, uint64_t offset) in dbuf_whichblock()
623 dnode_t *dn; in dbuf_read_impl()
699 dnode_t *dn; in dbuf_read()
903 dbuf_free_range(dnode_t *dn, uint64_t start_blkid, uint64_t end_blkid, in dbuf_free_range()
1058 dnode_t *dn; in dbuf_new_size()
1147 dnode_t *dn; in dbuf_dirty()
1423 dnode_t *dn; in dbuf_undirty()
1720 dnode_t *dn; in dbuf_clear()
[all …]
HDdmu_zfetch.c114 dmu_zfetch_init(zfetch_t *zf, dnode_t *dno) in dmu_zfetch_init()
HDsa.c1649 dnode_t *dn; in sa_modify_attrs()
/NextBSD/cddl/contrib/opensolaris/cmd/zinject/
HDtranslate.c184 dnode_t *dn = NULL; in calculate_range()
/NextBSD/cddl/contrib/opensolaris/cmd/zdb/
HDzdb.c1300 dump_indirect(dnode_t *dn) in dump_indirect()
1820 dnode_t *dn; in dump_object()