Home
last modified time | relevance | path

Searched refs:nfsd4_destroy_clientid (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/fs/nfsd/
Dxdr4.h431 struct nfsd4_destroy_clientid { struct
584 struct nfsd4_destroy_clientid destroy_clientid;
729 extern __be32 nfsd4_destroy_clientid(struct svc_rqst *, struct nfsd4_compound_state *,
Dnfs4proc.c2372 .op_func = nfsd4_destroy_clientid,
Dnfs4state.c3235 nfsd4_destroy_clientid(struct svc_rqst *rqstp, in nfsd4_destroy_clientid() function
3239 struct nfsd4_destroy_clientid *dc = &u->destroy_clientid; in nfsd4_destroy_clientid()
Dnfs4xdr.c1555 …2 nfsd4_decode_destroy_clientid(struct nfsd4_compoundargs *argp, struct nfsd4_destroy_clientid *dc) in nfsd4_decode_destroy_clientid()