Home
last modified time | relevance | path

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

/linux-3.4.99/fs/nfsd/
Dstate.h146 u32 maxresp_cached; member
Dnfs4xdr.c1261 READ32(sess->fore_channel.maxresp_cached); in nfsd4_decode_create_session()
1278 READ32(sess->back_channel.maxresp_cached); in nfsd4_decode_create_session()
3340 WRITE32(sess->fore_channel.maxresp_cached); in nfsd4_encode_create_session()
3356 WRITE32(sess->back_channel.maxresp_cached); in nfsd4_encode_create_session()
3551 length > session->se_fchannel.maxresp_cached) in nfsd4_check_resp_size()
Dnfs4state.c675 return ca->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ; in slot_bytes()
746 new->maxresp_cached = min_t(u32, req->maxresp_cached, in init_forechannel_attrs()
892 slotsize = nfsd4_sanitize_slot_size(fchan->maxresp_cached); in alloc_init_session()