Searched refs:F_RDACC (Results 1 – 12 of 12) sorted by relevance
78 if (shr->s_access & ~(F_RDACC|F_WRACC|F_RWACC|F_RMACC|F_MDACC)) { in add_share()146 if ((shr->s_access == F_RDACC) && in add_share()147 (shrl->shr->s_access == F_RDACC)) in add_share()181 if ((shrl->shr->s_access == F_RDACC) && in add_share()478 if (shr->s_access & F_RDACC) in print_share()482 if ((shr->s_access & (F_RDACC|F_WRACC)) == 0) in print_share()608 else if ((shrl->shr->s_access & F_RDACC) && in nbl_share_conflict()
330 #define F_RDACC 0x1 /* Read-only share access */ macro
607 if (((shr->s_access & F_RDACC) && (flag & FREAD) == 0) || in fs_shrlock()
1141 shr.s_access |= F_RDACC; in vn_openat()
1087 shr->s_access = F_RDACC; in nlm_init_shrlock()
1519 case F_RDACC: in nlm_init_share()
1371 new_access |= F_RDACC; in smb_vop_shrlock()
5027 (((shr->s_access & F_RDACC) && !(flag & FREAD)) || in nfs_shrlock()
6681 (((shr->s_access & F_RDACC) && !(flag & FREAD)) || in nfs3_shrlock()
9492 shr.s_access |= F_RDACC; in rfs4_share()
12761 (((shr->s_access & F_RDACC) && (flag & FREAD) == 0) || in nfs4_shrlock()
1793 case F_RDACC: in show_share()