Home
last modified time | relevance | path

Searched refs:F_RMACC (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/os/
H A Dshare.c78 if (shr->s_access & ~(F_RDACC|F_WRACC|F_RWACC|F_RMACC|F_MDACC)) { in add_share()
601 if (shrl->shr->s_access & (F_RWACC|F_RMACC)) in nbl_share_conflict()
605 if (shrl->shr->s_access & (F_WRACC|F_RMACC)) in nbl_share_conflict()
/titanic_41/usr/src/uts/common/sys/
H A Dfcntl.h333 #define F_RMACC 0x4 /* private flag: Delete share access */ macro
/titanic_41/usr/src/uts/common/fs/
H A Dfs_subr.c610 if (shr->s_access & (F_RMACC | F_MDACC)) in fs_shrlock()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1391 new_access |= F_RMACC; in smb_vop_shrlock()