Home
last modified time | relevance | path

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

/fs/nfsd/
Dstate.h202 u32 maxresp_sz; member
Dnfs4state.c3355 if (ca->maxresp_sz < NFSD_MIN_RESP_HDR_SEQ_SZ) in check_forechannel_attrs()
3359 ca->maxresp_sz = min_t(u32, ca->maxresp_sz, maxrpc); in check_forechannel_attrs()
3401 if (ca->maxresp_sz < NFSD_CB_MAX_RESP_SZ) in check_backchannel_attrs()
3876 session->se_fchannel.maxresp_sz; in nfsd4_sequence()
Dnfs4xdr.c1615 ca->maxresp_sz = be32_to_cpup(p++); in nfsd4_decode_channel_attrs4()
4444 *p++ = cpu_to_be32(sess->fore_channel.maxresp_sz); in nfsd4_encode_create_session()
4462 *p++ = cpu_to_be32(sess->back_channel.maxresp_sz); in nfsd4_encode_create_session()