Home
last modified time | relevance | path

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)) { in add_share()
108 (shrl->shr->s_access & F_WRACC))) in add_share()
124 if ((shr->s_access & F_WRACC) || in add_share()
126 (shrl->shr->s_access & F_WRACC)) { in add_share()
176 if ((shr->s_access & F_WRACC) || in add_share()
178 (shrl->shr->s_access & F_WRACC)) { in add_share()
492 if (shr->s_access & F_WRACC) in print_share()
494 if ((shr->s_access & (F_RDACC|F_WRACC)) == 0) in print_share()
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h367 #define F_WRACC 0x2 /* Write-only share access */ macro
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c660 ((shr->s_access & F_WRACC) && (flag & FWRITE) == 0)) in fs_shrlock()
H A Dvnode.c1174 shr.s_access |= F_WRACC; in vn_openat()
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_service.c1158 shr->s_access = F_WRACC; in nlm_init_shrlock()
H A Dnlm_client.c1522 case F_WRACC: in nlm_init_share()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1575 new_access |= F_WRACC; in smb_vop_shrlock()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c5028 ((shr->s_access & F_WRACC) && !(flag & FWRITE)))) in nfs_shrlock()
H A Dnfs3_vnops.c6696 ((shr->s_access & F_WRACC) && !(flag & FWRITE)))) in nfs3_shrlock()
H A Dnfs4_srv.c9827 shr.s_access |= F_WRACC; in rfs4_share()
H A Dnfs4_vnops.c12562 (shr->s_access == F_WRACC && (flag & FWRITE) == 0))) in nfs4_shrlock()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1759 case F_WRACC: in show_share()