Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifosubr.c237 vnode_t *vp = FTOV(fnp); in fnode_destructor()
276 vp1 = FTOV(fnp1); in pipe_constructor()
277 vp2 = FTOV(fnp2); in pipe_constructor()
295 vnode_t *vp1 = FTOV(fnp1); in pipe_destructor()
296 vnode_t *vp2 = FTOV(fnp2); in pipe_destructor()
483 return (FTOV(spec_fnp)); in fifovp()
486 newvp = FTOV(fnp); in fifovp()
542 *vpp1 = nvp1 = FTOV(fnp1); in makepipe()
543 *vpp2 = nvp2 = FTOV(fnp2); in makepipe()
825 VN_HOLD(FTOV(fnode)); in fifofind()
[all …]
H A Dfifovnops.c597 fn_dest_vp = FTOV(fn_dest); in fifo_close()
623 fn_dest_vp = FTOV(fn_dest); in fifo_close()
1687 vp = FTOV(fn_dest); in fifo_inactive()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dfifonode.h146 #define FTOV(fp) ((fp)->fn_vnode) macro