Home
last modified time | relevance | path

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

/linux-6.1.9/fs/nfsd/
Dxdr4.h151 struct nfsd4_lock { struct
648 struct nfsd4_lock lock;
832 extern __be32 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
Dnfs4xdr.c869 struct nfsd4_lock *lock) in nfsd4_decode_open_to_lock_owner4()
886 struct nfsd4_lock *lock) in nfsd4_decode_exist_lock_owner4()
900 nfsd4_decode_locker4(struct nfsd4_compoundargs *argp, struct nfsd4_lock *lock) in nfsd4_decode_locker4()
910 nfsd4_decode_lock(struct nfsd4_compoundargs *argp, struct nfsd4_lock *lock) in nfsd4_decode_lock()
3776 nfsd4_encode_lock(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_lock *lock) in nfsd4_encode_lock()
Dnfs4state.c7108 struct nfsd4_lock *lock) in alloc_init_lock_stateowner()
7253 struct nfsd4_lock *lock, in lookup_or_create_lock_state()
7296 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lock() function
7299 struct nfsd4_lock *lock = &u->lock; in nfsd4_lock()
Dnfs4proc.c3189 .op_func = nfsd4_lock,