Home
last modified time | relevance | path

Searched refs:DTOV (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c209 vnode_t *vp = DTOV(dp); in door_bind_thread()
220 vnode_t *vp = DTOV(dp); in door_unbind_thread()
H A Ddoor_sys.c443 vp = DTOV(dp); in door_create_common()
565 VN_HOLD(DTOV(dp)); in door_call()
917 VN_RELE(DTOV(dp)); in door_call()
1657 if (DTOV(dp)->v_count == unref_count) in door_info_common()
1666 if (fp->f_count == 1 && DTOV(dp)->v_count == unref_count) in door_info_common()
2112 VN_RELE(DTOV(dp)); in door_exit()
2181 (void) door_upcall(DTOV(dp), &unref_args, NULL, SIZE_MAX, 0); in door_unref()
2193 VN_RELE(DTOV(dp)); in door_unref()
2241 VN_RELE(DTOV(dp)); in door_unref_kernel()
2281 VN_HOLD(DTOV(d)); in door_deliver_unref()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Ddoor.h250 #define DTOV(d) ((d)->door_vnode) macro