Searched refs:F_WRACC (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()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()
361 #define F_WRACC 0x2 /* Write-only share access */ macro
636 ((shr->s_access & F_WRACC) && (flag & FWRITE) == 0)) in fs_shrlock()
1139 shr.s_access |= F_WRACC; in vn_openat()
1090 shr->s_access = F_WRACC; in nlm_init_shrlock()
1522 case F_WRACC: in nlm_init_share()
1388 new_access |= F_WRACC; in smb_vop_shrlock()
5028 ((shr->s_access & F_WRACC) && !(flag & FWRITE)))) in nfs_shrlock()
6682 ((shr->s_access & F_WRACC) && !(flag & FWRITE)))) in nfs3_shrlock()
9570 shr.s_access |= F_WRACC; in rfs4_share()
12795 (shr->s_access == F_WRACC && (flag & FWRITE) == 0))) in nfs4_shrlock()
1797 case F_WRACC: in show_share()