Home
last modified time | relevance | path

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

/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
510 struct nfsd4_close close;
690 extern __be32 nfsd4_close(struct svc_rqst *rqstp,
692 struct nfsd4_close *close);
Dnfs4state.c5231 nfsd4_close(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate, in nfsd4_close() function
5232 struct nfsd4_close *close) in nfsd4_close()
6977 nfsd4_set_closestateid(struct nfsd4_compound_state *cstate, struct nfsd4_close *close) in nfsd4_set_closestateid()
7017 nfsd4_get_closestateid(struct nfsd4_compound_state *cstate, struct nfsd4_close *close) in nfsd4_get_closestateid()
Dnfs4proc.c1963 .op_func = (nfsd4op_func)nfsd4_close,
Dnfs4xdr.c576 nfsd4_decode_close(struct nfsd4_compoundargs *argp, struct nfsd4_close *close) in nfsd4_decode_close()
3063 nfsd4_encode_close(struct nfsd4_compoundres *resp, __be32 nfserr, struct nfsd4_close *close) in nfsd4_encode_close()