Home
last modified time | relevance | path

Searched refs:dn_handle (Results 1 – 6 of 6) sorted by relevance

/onnv-gate/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcp_network.h56 typedef struct dn_handle { struct
/onnv-gate/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcp_network.h77 typedef struct dn_handle { struct
/onnv-gate/usr/src/lib/libdhcpsvc/modules/binfiles/
H A Ddhcp_network.h113 typedef struct dn_handle { struct
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Ddnode.c194 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 …]
H A Ddbuf.c1661 db->db_dnode_handle = dn->dn_handle; in dbuf_create()
/onnv-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddnode.h160 struct dnode_handle *dn_handle; member