Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/doorfs/
H A Ddoor_vnops.c214 vnode_t *vp = DTOV(dp); in door_bind_thread()
225 vnode_t *vp = DTOV(dp); in door_unbind_thread()
H A Ddoor_sys.c441 vp = DTOV(dp); in door_create_common()
563 VN_HOLD(DTOV(dp)); in door_call()
915 VN_RELE(DTOV(dp)); in door_call()
1642 if (DTOV(dp)->v_count == unref_count) in door_info_common()
1651 if (fp->f_count == 1 && DTOV(dp)->v_count == unref_count) in door_info_common()
2097 VN_RELE(DTOV(dp)); in door_exit()
2166 (void) door_upcall(DTOV(dp), &unref_args, NULL, SIZE_MAX, 0); in door_unref()
2178 VN_RELE(DTOV(dp)); in door_unref()
2226 VN_RELE(DTOV(dp)); in door_unref_kernel()
2266 VN_HOLD(DTOV(d)); in door_deliver_unref()
[all …]
/titanic_50/usr/src/uts/common/sys/
H A Ddoor.h250 #define DTOV(d) ((d)->door_vnode) macro