Home
last modified time | relevance | path

Searched defs:share_access (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dnfs4state.c748 struct nfs4_ol_stateid *stp, u32 access, bool share_access) in nfs4_resolve_deny_conflicts_locked()
5107 static int share_access_to_flags(u32 share_access) in share_access_to_flags()
H A Dnfs4xdr.c1045 static __be32 nfsd4_decode_share_access(struct nfsd4_compoundargs *argp, u32 *share_access, u32 *de… in nfsd4_decode_share_access()
/openbmc/linux/include/linux/
H A Dnfs_xdr.h461 u32 share_access; member
531 u32 share_access; member
/openbmc/linux/fs/nfs/
H A Dnfs4xdr.c1401 static void encode_share_access(struct xdr_stream *xdr, u32 share_access) in encode_share_access()