Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv_deleg.c1637 if (((fflags & FWRITE) && vn_has_other_opens(vp, V_WRITE)) || in rfs4_deleg_state()
1649 if (((fflags & FWRITE) && vn_has_other_opens(vp, V_WRITE)) || in rfs4_deleg_state()
1674 if (((fflags & FWRITE) && vn_has_other_opens(vp, V_WRITE)) || in rfs4_deleg_state()
1676 ((fflags & FREAD) && vn_has_other_opens(vp, V_READ)) || in rfs4_deleg_state()
1688 if (((fflags & FWRITE) && vn_has_other_opens(vp, V_WRITE)) || in rfs4_deleg_state()
1690 ((fflags & FREAD) && vn_has_other_opens(vp, V_READ)) || in rfs4_deleg_state()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c231 return (((mode & FWRITE) && vn_has_other_opens(vp, V_WRITE)) || in smb_vop_other_opens()
233 ((mode & FREAD) && vn_has_other_opens(vp, V_READ)) || in smb_vop_other_opens()
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1278 vn_has_other_opens( in vn_has_other_opens() function
/titanic_50/usr/src/uts/common/sys/
H A Dvnode.h1215 int vn_has_other_opens(vnode_t *, v_mode_t);
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1210 int vn_has_other_opens(vnode_t *, v_mode_t);
/titanic_50/usr/src/uts/common/fs/
H A Dvnode.c2691 vn_has_other_opens( in vn_has_other_opens() function