Searched refs:dn_handle (Results 1 – 6 of 6) sorted by relevance
56 typedef struct dn_handle { struct
77 typedef struct dn_handle { struct
113 typedef struct dn_handle { struct
194 ASSERT(dn->dn_handle->dnh_dnode == dn); in dnode_verify()386 dn->dn_handle = dnh; in dnode_create()442 zrl_remove(&dn->dn_handle->dnh_zrlock); in dnode_destroy()655 ndn->dn_handle = odn->dn_handle; in dnode_move_impl()718 ASSERT(ndn->dn_handle->dnh_dnode == odn); in dnode_move_impl()719 ndn->dn_handle->dnh_dnode = ndn; in dnode_move_impl()728 odn->dn_handle = NULL; in dnode_move_impl()854 if (!zrl_tryenter(&odn->dn_handle->dnh_zrlock)) { in dnode_move()870 zrl_exit(&odn->dn_handle->dnh_zrlock); in dnode_move()896 zrl_exit(&odn->dn_handle->dnh_zrlock); in dnode_move()[all …]
1661 db->db_dnode_handle = dn->dn_handle; in dbuf_create()
160 struct dnode_handle *dn_handle; member