Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnfs_xdr.h458 u32 share_access; member
529 u32 share_access; member
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4xdr.c1389 static void encode_share_access(struct xdr_stream *xdr, u32 share_access) in encode_share_access() argument
1394 *p++ = cpu_to_be32(share_access); in encode_share_access()
1406 encode_share_access(xdr, arg->share_access); in encode_openhdr()
1562 encode_share_access(xdr, arg->share_access); in encode_open_downgrade()
Dnfs4proc.c1370 p->o_arg.share_access = nfs4_map_atomic_open_share(server, in nfs4_opendata_alloc()
2139 opendata->o_arg.share_access = in nfs4_open_recover_helper()
3691 calldata->arg.share_access = in nfs4_close_prepare()
/kernel/linux/linux-5.10/fs/nfsd/
Dnfs4xdr.c861 static __be32 nfsd4_decode_share_access(struct nfsd4_compoundargs *argp, u32 *share_access, u32 *de… in nfsd4_decode_share_access() argument
868 *share_access = w & NFS4_SHARE_ACCESS_MASK; in nfsd4_decode_share_access()
Dnfs4state.c4785 static int share_access_to_flags(u32 share_access) in share_access_to_flags() argument
4787 return share_access == NFS4_SHARE_ACCESS_READ ? RD_STATE : WR_STATE; in share_access_to_flags()