Home
last modified time | relevance | path

Searched refs:share_access (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dnfs_xdr.h333 u32 share_access; member
401 u32 share_access; member
/linux-4.1.27/fs/nfs/
Dnfs4xdr.c1354 static void encode_share_access(struct xdr_stream *xdr, u32 share_access) in encode_share_access() argument
1359 *p++ = cpu_to_be32(share_access); in encode_share_access()
1371 encode_share_access(xdr, arg->share_access); in encode_openhdr()
1526 encode_share_access(xdr, arg->share_access); in encode_open_downgrade()
Dnfs4proc.c1033 p->o_arg.share_access = nfs4_map_atomic_open_share(server, in nfs4_opendata_alloc()
1567 opendata->o_arg.share_access = nfs4_map_atomic_open_share( in nfs4_open_recover_helper()
2741 calldata->arg.share_access = in nfs4_close_prepare()
/linux-4.1.27/fs/nfsd/
Dnfs4xdr.c764 static __be32 nfsd4_decode_share_access(struct nfsd4_compoundargs *argp, u32 *share_access, u32 *de… in nfsd4_decode_share_access() argument
771 *share_access = w & NFS4_SHARE_ACCESS_MASK; in nfsd4_decode_share_access()
Dnfs4state.c3772 static int share_access_to_flags(u32 share_access) in share_access_to_flags() argument
3774 return share_access == NFS4_SHARE_ACCESS_READ ? RD_STATE : WR_STATE; in share_access_to_flags()