Searched refs:nfsd4_lock (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/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 517 struct nfsd4_lock lock; 696 extern __be32 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *, 697 struct nfsd4_lock *lock);
|
D | nfs4state.c | 5356 struct nfsd4_lock *lock) in alloc_init_lock_stateowner() 5478 struct nfsd4_lock *lock, in lookup_or_create_lock_state() 5518 nfsd4_lock(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_lock() function 5519 struct nfsd4_lock *lock) in nfsd4_lock() 6866 nfsd4_set_lockstateid(struct nfsd4_compound_state *cstate, struct nfsd4_lock *lock) in nfsd4_set_lockstateid()
|
D | nfs4proc.c | 2007 .op_func = (nfsd4op_func)nfsd4_lock,
|
D | nfs4xdr.c | 672 nfsd4_decode_lock(struct nfsd4_compoundargs *argp, struct nfsd4_lock *lock) in nfsd4_decode_lock() 3170 nfsd4_encode_lock(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_lock *lock) in nfsd4_encode_lock()
|