Home
last modified time | relevance | path

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

/titanic_50/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()
170 if ((shr->s_access & F_WRACC) || in add_share()
172 (shrl->shr->s_access & F_WRACC)) { in add_share()
480 if (shr->s_access & F_WRACC) in print_share()
482 if ((shr->s_access & (F_RDACC|F_WRACC)) == 0) in print_share()
605 if (shrl->shr->s_access & (F_WRACC|F_RMACC)) in nbl_share_conflict()
/titanic_50/usr/src/uts/common/sys/
H A Dfcntl.h361 #define F_WRACC 0x2 /* Write-only share access */ macro
/titanic_50/usr/src/uts/common/fs/
H A Dfs_subr.c636 ((shr->s_access & F_WRACC) && (flag & FWRITE) == 0)) in fs_shrlock()
H A Dvnode.c1139 shr.s_access |= F_WRACC; in vn_openat()
/titanic_50/usr/src/uts/common/klm/
H A Dnlm_service.c1090 shr->s_access = F_WRACC; in nlm_init_shrlock()
H A Dnlm_client.c1522 case F_WRACC: in nlm_init_share()
/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1388 new_access |= F_WRACC; in smb_vop_shrlock()
/titanic_50/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.c6682 ((shr->s_access & F_WRACC) && !(flag & FWRITE)))) in nfs3_shrlock()
H A Dnfs4_srv.c9570 shr.s_access |= F_WRACC; in rfs4_share()
H A Dnfs4_vnops.c12795 (shr->s_access == F_WRACC && (flag & FWRITE) == 0))) in nfs4_shrlock()
/titanic_50/usr/src/cmd/truss/
H A Dexpound.c1797 case F_WRACC: in show_share()