Searched refs:nfsd4_close (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/nfsd/ |
D | current_stateid.h | 14 extern void nfsd4_set_closestateid(struct nfsd4_compound_state *, struct nfsd4_close *); 23 extern void nfsd4_get_closestateid(struct nfsd4_compound_state *, struct nfsd4_close *);
|
D | xdr4.h | 93 struct nfsd4_close { struct 509 struct nfsd4_close close; 689 extern __be32 nfsd4_close(struct svc_rqst *rqstp, 691 struct nfsd4_close *close);
|
D | nfs4state.c | 5065 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_close() function 5066 struct nfsd4_close *close) in nfsd4_close() 6781 nfsd4_set_closestateid(struct nfsd4_compound_state *cstate, struct nfsd4_close *close) in nfsd4_set_closestateid() 6821 nfsd4_get_closestateid(struct nfsd4_compound_state *cstate, struct nfsd4_close *close) in nfsd4_get_closestateid()
|
D | nfs4proc.c | 1978 .op_func = (nfsd4op_func)nfsd4_close,
|
D | nfs4xdr.c | 575 nfsd4_decode_close(struct nfsd4_compoundargs *argp, struct nfsd4_close *close) in nfsd4_decode_close() 3037 nfsd4_encode_close(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_close *close) in nfsd4_encode_close()
|