Searched refs:share_access (Results 1 – 2 of 2) sorted by relevance
707 static __be32 nfsd4_decode_share_access(struct nfsd4_compoundargs *argp, u32 *share_access, u32 *de… in nfsd4_decode_share_access() argument714 *share_access = w & NFS4_SHARE_ACCESS_MASK; in nfsd4_decode_share_access()
2770 static int share_access_to_flags(u32 share_access) in share_access_to_flags() argument2772 return share_access == NFS4_SHARE_ACCESS_READ ? RD_STATE : WR_STATE; in share_access_to_flags()