Home
last modified time | relevance | path

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

/linux/include/linux/
A Dnfs_xdr.h461 u32 share_access; member
531 u32 share_access; member
/linux/fs/nfs/
A Dnfs4xdr.c1401 static void encode_share_access(struct xdr_stream *xdr, u32 share_access) in encode_share_access() argument
1406 *p++ = cpu_to_be32(share_access); in encode_share_access()
1418 encode_share_access(xdr, arg->share_access); in encode_openhdr()
1574 encode_share_access(xdr, arg->share_access); in encode_open_downgrade()
A Dnfs4proc.c1378 p->o_arg.share_access = nfs4_map_atomic_open_share(server, in nfs4_opendata_alloc()
2141 opendata->o_arg.share_access = nfs4_map_atomic_open_share( in nfs4_open_recover_helper()
3679 calldata->arg.share_access = in nfs4_close_prepare()
/linux/fs/nfsd/
A Dnfs4xdr.c1028 static __be32 nfsd4_decode_share_access(struct nfsd4_compoundargs *argp, u32 *share_access, u32 *de… in nfsd4_decode_share_access() argument
1034 *share_access = w & NFS4_SHARE_ACCESS_MASK; in nfsd4_decode_share_access()
A Dnfs4state.c4839 static int share_access_to_flags(u32 share_access) in share_access_to_flags() argument
4841 return share_access == NFS4_SHARE_ACCESS_READ ? RD_STATE : WR_STATE; in share_access_to_flags()

Completed in 69 milliseconds