Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4state.c2289 if (from >= ses->se_fchannel.maxreqs) in free_session_slots()
2292 for (i = from; i < ses->se_fchannel.maxreqs; i++) { in free_session_slots()
2304 ses->se_fchannel.maxreqs = from; in free_session_slots()
2340 for (i = 0; i < ses->se_fchannel.maxreqs; i++) { in reduce_session_slots()
2372 int numslots = fattrs->maxreqs; in alloc_session()
2396 fattrs->maxreqs = i; in alloc_session()
2401 new->se_cb_highest_slot = min(battrs->maxreqs - 1, in alloc_session()
3235 seq_printf(m, " %u", ses->se_fchannel.maxreqs); in client_info_show()
4528 ca->maxreqs = min_t(u32, ca->maxreqs, NFSD_MAX_SLOTS_PER_SESSION); in check_forechannel_attrs()
4682 cr_ses->back_channel.maxreqs = new->se_cb_highest_slot + 1; in nfsd4_create_session()
[all …]
H A Dstate.h384 u32 maxreqs; member
H A Dnfs4xdr.c1834 ca->maxreqs = be32_to_cpup(p++); in nfsd4_decode_channel_attrs4()
5775 status = nfsd4_encode_count4(xdr, attrs->maxreqs); in nfsd4_encode_channel_attrs4()