Home
last modified time | relevance | path

Searched refs:DB_DNODE_EXIT (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddmu.c279 DB_DNODE_EXIT(db); in dmu_set_bonus()
302 DB_DNODE_EXIT(db); in dmu_set_bonustype()
316 DB_DNODE_EXIT(db); in dmu_get_bonustype()
465 DB_DNODE_EXIT(db); in dmu_spill_hold_existing()
484 DB_DNODE_EXIT(db); in dmu_spill_hold_by_bonus()
627 DB_DNODE_EXIT(db); in dmu_buf_hold_array_by_bonus()
1240 DB_DNODE_EXIT(db); in dmu_read_uio_dbuf()
1349 DB_DNODE_EXIT(db); in dmu_write_uio_dbuf()
1718 DB_DNODE_EXIT(db); in dmu_sync()
1806 DB_DNODE_EXIT(db); in dmu_sync()
[all …]
H A Ddmu_tx.c587 DB_DNODE_EXIT(db); in dmu_tx_dirty_buf()
593 DB_DNODE_EXIT(db); in dmu_tx_dirty_buf()
669 DB_DNODE_EXIT(db); in dmu_tx_dirty_buf()
673 DB_DNODE_EXIT(db); in dmu_tx_dirty_buf()
1324 DB_DNODE_EXIT(db); in dmu_tx_hold_sa()
1354 DB_DNODE_EXIT(db); in dmu_tx_hold_sa()
H A Ddbuf.c428 DB_DNODE_EXIT(db); in dbuf_include_in_metadata_cache()
583 DB_DNODE_EXIT(db); in dbuf_is_metadata()
1065 DB_DNODE_EXIT(db); in dbuf_verify()
1428 DB_DNODE_EXIT(db); in dbuf_read_verify_dnode_crypt()
1499 DB_DNODE_EXIT(db); in dbuf_read_impl()
1529 DB_DNODE_EXIT(db); in dbuf_read_impl()
1934 DB_DNODE_EXIT(db); in dbuf_new_size()
2317 DB_DNODE_EXIT(db); in dbuf_dirty()
2464 DB_DNODE_EXIT(db); in dmu_buf_will_dirty_impl()
2611 DB_DNODE_EXIT(db); in dmu_buf_write_embedded()
[all …]
H A Ddnode_sync.c98 DB_DNODE_EXIT(child); in dnode_increase_indirection()
245 DB_DNODE_EXIT(db); in free_verify()
354 DB_DNODE_EXIT(db); in free_children()
469 DB_DNODE_EXIT(db); in dnode_evict_dbufs()
H A Dzfs_vnops.c487 DB_DNODE_EXIT(db); in zfs_write()
H A Dzfs_log.c601 DB_DNODE_EXIT(db); in zfs_log_write()
H A Dsa.c1883 DB_DNODE_EXIT(db); in sa_modify_attrs()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddbuf.h406 #define DB_DNODE_EXIT(_db) (zrl_remove(&DB_DNODE_LOCK(_db))) macro