Searched refs:vn_has_other_opens (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c1637 if (((fflags & FWRITE) && vn_has_other_opens(vp, V_WRITE)) ||
1649 if (((fflags & FWRITE) && vn_has_other_opens(vp, V_WRITE)) ||
1674 if (((fflags & FWRITE) && vn_has_other_opens(vp, V_WRITE)) ||
1676 ((fflags & FREAD) && vn_has_other_opens(vp, V_READ)) ||
1688 if (((fflags & FWRITE) && vn_has_other_opens(vp, V_WRITE)) ||
1690 ((fflags & FREAD) && vn_has_other_opens(vp, V_READ)) ||
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c231 return (((mode & FWRITE) && vn_has_other_opens(vp, V_WRITE)) ||
233 ((mode & FREAD) && vn_has_other_opens(vp, V_READ)) ||
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1278 vn_has_other_opens( function
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1210 int vn_has_other_opens(vnode_t *, v_mode_t);
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1223 int vn_has_other_opens(vnode_t *, v_mode_t);
/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c2720 * vn_has_other_opens() checks whether a particular file is opened by more than
2729 vn_has_other_opens( function

Completed in 72 milliseconds