Searched refs:nfsd4_lock (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/nfsd/ |
D | current_stateid.h | 13 extern void nfsd4_set_lockstateid(struct nfsd4_compound_state *, struct nfsd4_lock *);
|
D | xdr4.h | 152 struct nfsd4_lock { struct 516 struct nfsd4_lock lock; 695 extern __be32 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *, 696 struct nfsd4_lock *lock);
|
D | nfs4state.c | 5274 struct nfsd4_lock *lock) in alloc_init_lock_stateowner() 5396 struct nfsd4_lock *lock, in lookup_or_create_lock_state() 5436 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lock() function 5437 struct nfsd4_lock *lock) in nfsd4_lock() 6787 nfsd4_set_lockstateid(struct nfsd4_compound_state *cstate, struct nfsd4_lock *lock) in nfsd4_set_lockstateid()
|
D | nfs4proc.c | 2022 .op_func = (nfsd4op_func)nfsd4_lock,
|
D | nfs4xdr.c | 671 nfsd4_decode_lock(struct nfsd4_compoundargs *argp, struct nfsd4_lock *lock) in nfsd4_decode_lock() 3155 nfsd4_encode_lock(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_lock *lock) in nfsd4_encode_lock()
|