Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dstate.h222 struct nfsd4_channel_attrs fore_channel; member
H A Dnfs4xdr.c1700 status = nfsd4_decode_channel_attrs4(argp, &sess->fore_channel); in nfsd4_decode_create_session()
4585 *p++ = cpu_to_be32(sess->fore_channel.maxreq_sz); in nfsd4_encode_create_session()
4586 *p++ = cpu_to_be32(sess->fore_channel.maxresp_sz); in nfsd4_encode_create_session()
4587 *p++ = cpu_to_be32(sess->fore_channel.maxresp_cached); in nfsd4_encode_create_session()
4588 *p++ = cpu_to_be32(sess->fore_channel.maxops); in nfsd4_encode_create_session()
4589 *p++ = cpu_to_be32(sess->fore_channel.maxreqs); in nfsd4_encode_create_session()
4590 *p++ = cpu_to_be32(sess->fore_channel.nr_rdma_attrs); in nfsd4_encode_create_session()
4592 if (sess->fore_channel.nr_rdma_attrs) { in nfsd4_encode_create_session()
4596 *p++ = cpu_to_be32(sess->fore_channel.rdma_attrs); in nfsd4_encode_create_session()
H A Dnfs4state.c3603 status = check_forechannel_attrs(&cr_ses->fore_channel, nn); in nfsd4_create_session()
3610 new = alloc_session(&cr_ses->fore_channel, &cr_ses->back_channel); in nfsd4_create_session()
3698 nfsd4_put_drc_mem(&cr_ses->fore_channel); in nfsd4_create_session()