| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| H A D | dnode.h | 313 dnode_t *dnh_dnode; 334 void dnode_rm_spill(dnode_t *dn, dmu_tx_t *tx); 337 void *ref, dnode_t **dnp); 339 void *ref, dnode_t **dnp); 341 void dnode_rele(dnode_t *dn, void *ref); 343 void dnode_setdirty(dnode_t *dn, dmu_tx_t *tx); 344 void dnode_sync(dnode_t *dn, dmu_tx_t *tx); 349 void dnode_free(dnode_t *dn, dmu_tx_t *tx); 352 void dnode_verify(dnode_t *dn); 362 void dnode_evict_dbufs(dnode_t *dn); [all …]
|
| H A D | dmu.h | 82 typedef struct dnode dnode_t; typedef 450 void dmu_write_policy(objset_t *os, dnode_t *dn, int level, int wp, 476 int dmu_spill_hold_by_dnode(dnode_t *dn, uint32_t flags, 496 int dmu_buf_hold_by_dnode(dnode_t *dn, uint64_t offset, 658 dnode_t *dmu_buf_dnode_enter(dmu_buf_t *db); 709 void dmu_tx_hold_zap_by_dnode(dmu_tx_t *tx, dnode_t *dn, int add, 712 void dmu_tx_hold_bonus_by_dnode(dmu_tx_t *tx, dnode_t *dn); 766 void dmu_write_by_dnode(dnode_t *dn, uint64_t offset, uint64_t size, 772 int dmu_read_uio_dnode(dnode_t *dn, struct uio *uio, uint64_t size); 777 int dmu_write_uio_dnode(dnode_t *dn, struct uio *uio, uint64_t size, [all …]
|
| H A D | zap.h | 223 int zap_lookup_by_dnode(dnode_t *dn, const char *name, 225 int zap_lookup_norm_by_dnode(dnode_t *dn, const char *name, 230 int zap_count_write_by_dnode(dnode_t *dn, const char *name, 242 int zap_add_by_dnode(dnode_t *dn, const char *key, 284 int zap_remove_by_dnode(dnode_t *dn, const char *name, dmu_tx_t *tx);
|
| H A D | dmu_tx.h | 138 void dmu_tx_add_new_object(dmu_tx_t *tx, dnode_t *dn);
|
| H A D | dmu_objset.h | 196 void dmu_objset_userquota_get_ids(dnode_t *dn, boolean_t before, dmu_tx_t *tx);
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | dmu.c | 175 dnode_t *dn; in dmu_buf_hold_noread() 254 dnode_t *dn; in dmu_set_bonus() 277 dnode_t *dn; in dmu_set_bonustype() 300 dnode_t *dn; in dmu_get_bonustype() 314 dnode_t *dn; in dmu_rm_spill() 332 dnode_t *dn; in dmu_bonus_hold() 406 dnode_t *dn; in dmu_spill_hold_existing() 435 dnode_t *dn; in dmu_spill_hold_by_bonus() 563 dnode_t *dn; in dmu_buf_hold_array() 584 dnode_t *dn; in dmu_buf_hold_array_by_bonus() [all …]
|
| H A D | dnode.c | 104 dnode_t *dn = arg; in dnode_cons() 166 dnode_t *dn = arg; in dnode_dest() 214 sizeof (dnode_t), in dnode_init() 231 dnode_verify(dnode_t *dn) in dnode_verify() 407 static dnode_t * 411 dnode_t *dn; in dnode_create() 488 dnode_destroy(dnode_t *dn) in dnode_destroy() 725 dnode_move_impl(dnode_t *odn, dnode_t *ndn) in dnode_move_impl() 1031 dnode_t *dn; in dnode_special_open() 1046 dnode_t *dn; in dnode_buf_evict_async() [all …]
|
| H A D | dmu_tx.c | 134 dnode_t *dn = NULL; in dmu_tx_hold_object_impl() 210 dnode_t *dn = txh->txh_dnode; in dmu_tx_count_write() 314 dnode_t *dn = txh->txh_dnode; in dmu_tx_hold_remap_l1indirect() 354 dnode_t *dn; in dmu_tx_hold_free_impl() 466 dnode_t *dn; in dmu_tx_hold_zap_impl() 585 dnode_t *dn = DB_DNODE(db); in dmu_tx_dirty_buf() 923 dnode_t *dn = txh->txh_dnode; in dmu_tx_try_assign() 971 dnode_t *dn = txh->txh_dnode; in dmu_tx_unassign() 1109 dnode_t *dn = txh->txh_dnode; in dmu_tx_destroy() 1137 dnode_t *dn = txh->txh_dnode; in dmu_tx_commit() [all …]
|
| H A D | dmu_object.c | 44 dnode_t *dn = NULL; in dmu_object_alloc_impl() 173 dnode_t *dn; in dmu_object_claim_dnsize() 210 dnode_t *dn; in dmu_object_reclaim_dnsize() 232 dnode_t *dn; in dmu_object_free() 304 dnode_t *dn; in dmu_object_zapify() 335 dnode_t *dn; in dmu_object_free_zapified()
|
| H A D | dnode_sync.c | 40 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() 251 dnode_t *dn; in free_children() 340 dnode_sync_free_range_impl(dnode_t *dn, uint64_t blkid, uint64_t nblks, in dnode_sync_free_range_impl() 398 dnode_t *dsfra_dnode; 407 dnode_t *dn = dsfra->dsfra_dnode; in dnode_sync_free_range() 419 dnode_evict_dbufs(dnode_t *dn) in dnode_evict_dbufs() 471 dnode_evict_bonus(dnode_t *dn) in dnode_evict_bonus() 518 dnode_sync_free(dnode_t *dn, dmu_tx_t *tx) in dnode_sync_free() [all …]
|
| H A D | dbuf.c | 153 dnode_t *dh_dn; 384 dnode_t *dn; in dbuf_find_bonus() 951 dnode_t *dn; in dbuf_verify() 1222 dnode_t *dn; in dbuf_read_impl() 1385 dnode_t *dn; in dbuf_read() 1657 dnode_t *dn; in dbuf_new_size() 1746 dnode_t *dn; in dbuf_dirty() 2043 dnode_t *dn; in dbuf_undirty() 2320 dnode_t *dn; in dbuf_destroy() 3092 dnode_t *dn; in dbuf_spill_set_blksz() [all …]
|
| H A D | dmu_objset.c | 369 dnode_t *dn = obj; in dnode_multilist_index_func() 557 offsetof(dnode_t, dn_dirty_link[i]), in dmu_objset_open_impl() 560 list_create(&os->os_dnodes, sizeof (dnode_t), in dmu_objset_open_impl() 561 offsetof(dnode_t, dn_link)); in dmu_objset_open_impl() 751 dnode_t dn_marker; in dmu_objset_evict_dbufs() 752 dnode_t *dn; in dmu_objset_evict_dbufs() 870 dnode_t *mdn; in dmu_objset_create_impl() 1231 dnode_t *dn; in dmu_objset_sync_dnodes() 1396 multilist_create(sizeof (dnode_t), in dmu_objset_sync() 1562 dnode_t *dn; in userquota_updates_task() [all …]
|
| H A D | dbuf_stats.c | 70 dnode_t *dn = DB_DNODE(db); in __dbuf_stats_hash_table_data()
|
| H A D | zap_micro.c | 556 zap_lockdir_by_dnode(dnode_t *dn, dmu_tx_t *tx, in zap_lockdir_by_dnode() 961 zap_lookup_by_dnode(dnode_t *dn, const char *name, in zap_lookup_by_dnode() 969 zap_lookup_norm_by_dnode(dnode_t *dn, const char *name, in zap_lookup_norm_by_dnode() 1192 zap_add_by_dnode(dnode_t *dn, const char *key, in zap_add_by_dnode() 1359 zap_remove_by_dnode(dnode_t *dn, const char *name, dmu_tx_t *tx) in zap_remove_by_dnode()
|
| H A D | dmu_zfetch.c | 118 dmu_zfetch_init(zfetch_t *zf, dnode_t *dno) in dmu_zfetch_init()
|
| H A D | zap.c | 275 dnode_t *dn = dmu_buf_dnode_enter(zap->zap_dbuf); in zap_table_load() 497 dnode_t *dn = dmu_buf_dnode_enter(zap->zap_dbuf); in zap_get_leaf_byblk()
|
| H A D | sa.c | 1644 dnode_t *dn; in sa_modify_attrs()
|
| H A D | zvol.c | 177 dnode_t *zv_dn; /* dnode hold */
|
| H A D | arc.c | 4020 arc_dnode_limit) / sizeof (dnode_t) / in arc_evict_state()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zinject/ |
| H A D | translate.c | 184 dnode_t *dn = NULL; in calculate_range()
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/ |
| H A D | zdb.c | 1525 dump_indirect(dnode_t *dn) in dump_indirect() 2141 dnode_t *dn; in dump_object()
|