Home
last modified time | relevance | path

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

/Linux-v5.15/fs/nfsd/
Dxdr4.h151 struct nfsd4_lock { struct
618 struct nfsd4_lock lock;
802 extern __be32 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
Dnfs4xdr.c868 struct nfsd4_lock *lock) in nfsd4_decode_open_to_lock_owner4()
885 struct nfsd4_lock *lock) in nfsd4_decode_exist_lock_owner4()
899 nfsd4_decode_locker4(struct nfsd4_compoundargs *argp, struct nfsd4_lock *lock) in nfsd4_decode_locker4()
909 nfsd4_decode_lock(struct nfsd4_compoundargs *argp, struct nfsd4_lock *lock) in nfsd4_decode_lock()
3717 nfsd4_encode_lock(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_lock *lock) in nfsd4_encode_lock()
Dnfs4state.c6633 struct nfsd4_lock *lock) in alloc_init_lock_stateowner()
6778 struct nfsd4_lock *lock, in lookup_or_create_lock_state()
6821 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lock() function
6824 struct nfsd4_lock *lock = &u->lock; in nfsd4_lock()
Dnfs4proc.c3003 .op_func = nfsd4_lock,