Searched refs:nfsd4_close (Results 1 – 5 of 5) sorted by relevance
/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 510 struct nfsd4_close close; 690 extern __be32 nfsd4_close(struct svc_rqst *rqstp, 692 struct nfsd4_close *close);
|
D | nfs4state.c | 5231 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()
|
D | nfs4proc.c | 1963 .op_func = (nfsd4op_func)nfsd4_close,
|
D | nfs4xdr.c | 576 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()
|