Home
last modified time | relevance | path

Searched refs:se_fchannel (Results 1 – 2 of 2) 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()
2397 memcpy(&new->se_fchannel, fattrs, sizeof(struct nfsd4_channel_attrs)); in alloc_session()
3235 seq_printf(m, " %u", ses->se_fchannel.maxreqs); in client_info_show()
4928 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops()
4936 return xb->len > session->se_fchannel.maxreq_sz; in nfsd4_request_too_big()
5006 for (i = from; i < ses->se_fchannel.maxreqs; i++) { in nfsd4_slots_inuse()
5057 if (seq->slotid >= session->se_fchannel.maxreqs) in nfsd4_sequence()
[all …]
H A Dstate.h451 struct nfsd4_channel_attrs se_fchannel; member