Home
last modified time | relevance | path

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

/Linux-v6.6/fs/nfsd/
Dstate.h222 struct nfsd4_channel_attrs fore_channel; member
Dnfs4xdr.c1708 status = nfsd4_decode_channel_attrs4(argp, &sess->fore_channel); in nfsd4_decode_create_session()
4593 *p++ = cpu_to_be32(sess->fore_channel.maxreq_sz); in nfsd4_encode_create_session()
4594 *p++ = cpu_to_be32(sess->fore_channel.maxresp_sz); in nfsd4_encode_create_session()
4595 *p++ = cpu_to_be32(sess->fore_channel.maxresp_cached); in nfsd4_encode_create_session()
4596 *p++ = cpu_to_be32(sess->fore_channel.maxops); in nfsd4_encode_create_session()
4597 *p++ = cpu_to_be32(sess->fore_channel.maxreqs); in nfsd4_encode_create_session()
4598 *p++ = cpu_to_be32(sess->fore_channel.nr_rdma_attrs); in nfsd4_encode_create_session()
4600 if (sess->fore_channel.nr_rdma_attrs) { in nfsd4_encode_create_session()
4604 *p++ = cpu_to_be32(sess->fore_channel.rdma_attrs); in nfsd4_encode_create_session()
Dnfs4state.c3597 status = check_forechannel_attrs(&cr_ses->fore_channel, nn); in nfsd4_create_session()
3604 new = alloc_session(&cr_ses->fore_channel, &cr_ses->back_channel); in nfsd4_create_session()
3692 nfsd4_put_drc_mem(&cr_ses->fore_channel); in nfsd4_create_session()