Home
last modified time | relevance | path

Searched refs:nfsd4_lock (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dxdr4.h156 struct nfsd4_lock { struct
555 struct nfsd4_lock lock;
746 extern __be32 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
Dnfs4state.c5758 struct nfsd4_lock *lock) in alloc_init_lock_stateowner()
5903 struct nfsd4_lock *lock, in lookup_or_create_lock_state()
5946 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lock() function
5949 struct nfsd4_lock *lock = &u->lock; in nfsd4_lock()
Dnfs4xdr.c722 nfsd4_decode_lock(struct nfsd4_compoundargs *argp, struct nfsd4_lock *lock) in nfsd4_decode_lock()
3300 nfsd4_encode_lock(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_lock *lock) in nfsd4_encode_lock()
Dnfs4proc.c2153 .op_func = nfsd4_lock,