Searched refs:F_WRACC (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dshare.c78 if (shr->s_access & ~(F_RDACC|F_WRACC|F_RWACC|F_RMACC|F_MDACC)) {
108 (shrl->shr->s_access & F_WRACC)))
124 if ((shr->s_access & F_WRACC) ||
126 (shrl->shr->s_access & F_WRACC)) {
170 if ((shr->s_access & F_WRACC) ||
172 (shrl->shr->s_access & F_WRACC)) {
480 if (shr->s_access & F_WRACC)
482 if ((shr->s_access & (F_RDACC|F_WRACC)) == 0)
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h361 #define F_WRACC 0x2 /* Write-only share access */ macro
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c684 ((shr->s_access & F_WRACC) && (flag & FWRITE) == 0))
H A Dvnode.c1140 shr.s_access |= F_WRACC;
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_service.c1090 shr->s_access = F_WRACC;
H A Dnlm_client.c1522 case F_WRACC:
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1388 new_access |= F_WRACC;
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c5028 ((shr->s_access & F_WRACC) && !(flag & FWRITE))))
H A Dnfs3_vnops.c6682 ((shr->s_access & F_WRACC) && !(flag & FWRITE))))
H A Dnfs4_srv.c9522 shr.s_access |= F_WRACC;
H A Dnfs4_vnops.c12557 (shr->s_access == F_WRACC && (flag & FWRITE) == 0)))
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1797 case F_WRACC:
1798 str = "F_WRACC";

Completed in 175 milliseconds