share_access     1304 fs/nfs/nfs4proc.c 	p->o_arg.share_access = nfs4_map_atomic_open_share(server,
share_access     2079 fs/nfs/nfs4proc.c 	opendata->o_arg.share_access = nfs4_map_atomic_open_share(
share_access     3585 fs/nfs/nfs4proc.c 	calldata->arg.share_access =
share_access     1392 fs/nfs/nfs4xdr.c static void encode_share_access(struct xdr_stream *xdr, u32 share_access)
share_access     1397 fs/nfs/nfs4xdr.c 	*p++ = cpu_to_be32(share_access);
share_access     1409 fs/nfs/nfs4xdr.c 	encode_share_access(xdr, arg->share_access);
share_access     1565 fs/nfs/nfs4xdr.c 	encode_share_access(xdr, arg->share_access);
share_access     4599 fs/nfsd/nfs4state.c static int share_access_to_flags(u32 share_access)
share_access     4601 fs/nfsd/nfs4state.c 	return share_access == NFS4_SHARE_ACCESS_READ ? RD_STATE : WR_STATE;
share_access      820 fs/nfsd/nfs4xdr.c static __be32 nfsd4_decode_share_access(struct nfsd4_compoundargs *argp, u32 *share_access, u32 *deleg_want, u32 *deleg_when)
share_access      827 fs/nfsd/nfs4xdr.c 	*share_access = w & NFS4_SHARE_ACCESS_MASK;
share_access      454 include/linux/nfs_xdr.h 	u32			share_access;
share_access      525 include/linux/nfs_xdr.h 	u32			share_access;