Home
last modified time | relevance | path

Searched refs:F_RDACC (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()
150 if ((shr->s_access == F_RDACC) && in add_share()
151 (shrl->shr->s_access == F_RDACC)) in add_share()
189 if ((shrl->shr->s_access == F_RDACC) && in add_share()
490 if (shr->s_access & F_RDACC) 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.h366 #define F_RDACC 0x1 /* Read-only share access */ macro
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c659 if (((shr->s_access & F_RDACC) && (flag & FREAD) == 0) || in fs_shrlock()
H A Dvnode.c1176 shr.s_access |= F_RDACC; in vn_openat()
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_service.c1155 shr->s_access = F_RDACC; in nlm_init_shrlock()
H A Dnlm_client.c1519 case F_RDACC: in nlm_init_share()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_vops.c1569 new_access |= F_RDACC; in smb_vop_shrlock()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c5027 (((shr->s_access & F_RDACC) && !(flag & FREAD)) || in nfs_shrlock()
H A Dnfs3_vnops.c6695 (((shr->s_access & F_RDACC) && !(flag & FREAD)) || in nfs3_shrlock()
H A Dnfs4_srv.c9823 shr.s_access |= F_RDACC; in rfs4_share()
H A Dnfs4_vnops.c12561 (((shr->s_access & F_RDACC) && (flag & FREAD) == 0) || in nfs4_shrlock()
/illumos-gate/usr/src/cmd/truss/
H A Dexpound.c1756 case F_RDACC: in show_share()