Home
last modified time | relevance | path

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

/linux/fs/nfsd/
A Dstate.h203 u32 maxresp_cached; member
A Dnfs4state.c1650 if (ca->maxresp_cached < NFSD_MIN_HDR_SEQ_SZ) in slot_bytes()
1653 size = ca->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ; in slot_bytes()
3344 ca->maxresp_cached = min_t(u32, ca->maxresp_cached, in check_forechannel_attrs()
3386 ca->maxresp_cached = 0; in check_backchannel_attrs()
3858 session->se_fchannel.maxresp_cached : in nfsd4_sequence()
A Dnfs4xdr.c1616 ca->maxresp_cached = be32_to_cpup(p++); in nfsd4_decode_channel_attrs4()
4439 *p++ = cpu_to_be32(sess->fore_channel.maxresp_cached); in nfsd4_encode_create_session()
4457 *p++ = cpu_to_be32(sess->back_channel.maxresp_cached); in nfsd4_encode_create_session()

Completed in 30 milliseconds