Searched refs:vn_has_other_opens (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv_deleg.c | 1637 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 D | smb_vops.c | 231 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 D | fake_vop.c | 1278 vn_has_other_opens( in vn_has_other_opens() function
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | vnode.h | 1215 int vn_has_other_opens(vnode_t *, v_mode_t);
|
/titanic_50/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1210 int vn_has_other_opens(vnode_t *, v_mode_t);
|
/titanic_50/usr/src/uts/common/fs/ |
H A D | vnode.c | 2691 vn_has_other_opens( in vn_has_other_opens() function
|