Home
last modified time | relevance | path

Searched refs:fore_channel (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/fs/nfsd/
Dstate.h221 struct nfsd4_channel_attrs fore_channel; member
Dnfs4xdr.c1650 status = nfsd4_decode_channel_attrs4(argp, &sess->fore_channel); in nfsd4_decode_create_session()
4440 *p++ = cpu_to_be32(sess->fore_channel.maxreq_sz); in nfsd4_encode_create_session()
4441 *p++ = cpu_to_be32(sess->fore_channel.maxresp_sz); in nfsd4_encode_create_session()
4442 *p++ = cpu_to_be32(sess->fore_channel.maxresp_cached); in nfsd4_encode_create_session()
4443 *p++ = cpu_to_be32(sess->fore_channel.maxops); in nfsd4_encode_create_session()
4444 *p++ = cpu_to_be32(sess->fore_channel.maxreqs); in nfsd4_encode_create_session()
4445 *p++ = cpu_to_be32(sess->fore_channel.nr_rdma_attrs); in nfsd4_encode_create_session()
4447 if (sess->fore_channel.nr_rdma_attrs) { in nfsd4_encode_create_session()
4451 *p++ = cpu_to_be32(sess->fore_channel.rdma_attrs); in nfsd4_encode_create_session()
Dnfs4state.c3425 status = check_forechannel_attrs(&cr_ses->fore_channel, nn); in nfsd4_create_session()
3432 new = alloc_session(&cr_ses->fore_channel, &cr_ses->back_channel); in nfsd4_create_session()
3520 nfsd4_put_drc_mem(&cr_ses->fore_channel); in nfsd4_create_session()