Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dnfs_xdr.h397 u32 share_access; member
465 u32 share_access; member
/linux-4.4.14/fs/nfs/
Dnfs4xdr.c1371 static void encode_share_access(struct xdr_stream *xdr, u32 share_access) in encode_share_access() argument
1376 *p++ = cpu_to_be32(share_access); in encode_share_access()
1388 encode_share_access(xdr, arg->share_access); in encode_openhdr()
1541 encode_share_access(xdr, arg->share_access); in encode_open_downgrade()
Dnfs4proc.c1107 p->o_arg.share_access = nfs4_map_atomic_open_share(server, in nfs4_opendata_alloc()
1678 opendata->o_arg.share_access = nfs4_map_atomic_open_share( in nfs4_open_recover_helper()
2882 calldata->arg.share_access = in nfs4_close_prepare()
/linux-4.4.14/fs/nfsd/
Dnfs4xdr.c765 static __be32 nfsd4_decode_share_access(struct nfsd4_compoundargs *argp, u32 *share_access, u32 *de… in nfsd4_decode_share_access() argument
772 *share_access = w & NFS4_SHARE_ACCESS_MASK; in nfsd4_decode_share_access()
Dnfs4state.c3840 static int share_access_to_flags(u32 share_access) in share_access_to_flags() argument
3842 return share_access == NFS4_SHARE_ACCESS_READ ? RD_STATE : WR_STATE; in share_access_to_flags()