Home
last modified time | relevance | path

Searched refs:nfsd4_close (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/fs/nfsd/
Dcurrent_stateid.h14 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 *);
Dxdr4.h93 struct nfsd4_close { struct
509 struct nfsd4_close close;
689 extern __be32 nfsd4_close(struct svc_rqst *rqstp,
691 struct nfsd4_close *close);
Dnfs4state.c5065 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()
Dnfs4proc.c1978 .op_func = (nfsd4op_func)nfsd4_close,
Dnfs4xdr.c575 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()