Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dxdr4.h156 struct nfsd4_lock { struct
630 struct nfsd4_lock lock;
829 extern __be32 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *,
H A Dnfs4state.c6482 struct nfsd4_lock *lock) in alloc_init_lock_stateowner()
6627 struct nfsd4_lock *lock, in lookup_or_create_lock_state()
6670 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lock() function
6673 struct nfsd4_lock *lock = &u->lock; in nfsd4_lock()
H A Dnfs4xdr.c768 nfsd4_decode_lock(struct nfsd4_compoundargs *argp, struct nfsd4_lock *lock) in nfsd4_decode_lock()
3600 nfsd4_encode_lock(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_lock *lock) in nfsd4_encode_lock()
H A Dnfs4proc.c2872 .op_func = nfsd4_lock,