Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dnfs4state.c1957 if (from >= ses->se_fchannel.maxreqs) in free_session_slots()
1960 for (i = from; i < ses->se_fchannel.maxreqs; i++) { in free_session_slots()
1972 ses->se_fchannel.maxreqs = from; in free_session_slots()
2013 for (i = 0; i < ses->se_fchannel.maxreqs; i++) { in reduce_session_slots()
2045 int numslots = fattrs->maxreqs; in alloc_session()
2069 fattrs->maxreqs = i; in alloc_session()
2074 new->se_cb_highest_slot = min(battrs->maxreqs - 1, in alloc_session()
2834 seq_printf(m, " %u", ses->se_fchannel.maxreqs); in client_info_show()
3908 ca->maxreqs = min_t(u32, ca->maxreqs, NFSD_MAX_SLOTS_PER_SESSION); in check_forechannel_attrs()
4062 cr_ses->back_channel.maxreqs = new->se_cb_highest_slot + 1; in nfsd4_create_session()
[all …]
H A Dstate.h311 u32 maxreqs; member
H A Dnfs4xdr.c1815 ca->maxreqs = be32_to_cpup(p++); in nfsd4_decode_channel_attrs4()
5369 status = nfsd4_encode_count4(xdr, attrs->maxreqs); in nfsd4_encode_channel_attrs4()