Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dstate.h202 u32 maxresp_sz; member
H A Dnfs4xdr.c1459 sess->fore_channel.maxresp_sz = be32_to_cpup(p++); in nfsd4_decode_create_session()
1476 sess->back_channel.maxresp_sz = be32_to_cpup(p++); in nfsd4_decode_create_session()
4307 *p++ = cpu_to_be32(sess->fore_channel.maxresp_sz); in nfsd4_encode_create_session()
4325 *p++ = cpu_to_be32(sess->back_channel.maxresp_sz); in nfsd4_encode_create_session()
H A Dnfs4state.c3286 if (ca->maxresp_sz < NFSD_MIN_RESP_HDR_SEQ_SZ) in check_forechannel_attrs()
3290 ca->maxresp_sz = min_t(u32, ca->maxresp_sz, maxrpc); in check_forechannel_attrs()
3332 if (ca->maxresp_sz < NFSD_CB_MAX_RESP_SZ) in check_backchannel_attrs()
3803 session->se_fchannel.maxresp_sz; in nfsd4_sequence()