Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfsd/
Dxdr4.h580 struct nfsd4_backchannel_ctl backchannel_ctl;
718 extern __be32 nfsd4_backchannel_ctl(struct svc_rqst *,
Dstate.h213 struct nfsd4_backchannel_ctl { struct
Dnfs4proc.c2341 .op_func = nfsd4_backchannel_ctl,
Dnfs4state.c2920 __be32 nfsd4_backchannel_ctl(struct svc_rqst *rqstp, in nfsd4_backchannel_ctl() function
2924 struct nfsd4_backchannel_ctl *bc = &u->backchannel_ctl; in nfsd4_backchannel_ctl()
Dnfs4xdr.c601 …e32 nfsd4_decode_backchannel_ctl(struct nfsd4_compoundargs *argp, struct nfsd4_backchannel_ctl *bc) in nfsd4_decode_backchannel_ctl()