Home
last modified time | relevance | path

Searched refs:se_fchannel (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/nfsd/
Dstate.h253 struct nfsd4_channel_attrs se_fchannel; member
Dnfs4state.c1503 for (i = 0; i < ses->se_fchannel.maxreqs; i++) { in free_session_slots()
1581 memcpy(&new->se_fchannel, fattrs, sizeof(struct nfsd4_channel_attrs)); in alloc_session()
1698 nfsd4_put_drc_mem(&ses->se_fchannel); in free_session()
3071 return args->opcnt > session->se_fchannel.maxops; in nfsd4_session_too_many_ops()
3079 return xb->len > session->se_fchannel.maxreq_sz; in nfsd4_request_too_big()
3157 if (seq->slotid >= session->se_fchannel.maxreqs) in nfsd4_sequence()
3166 seq->maxslots = session->se_fchannel.maxreqs; in nfsd4_sequence()
3195 session->se_fchannel.maxresp_cached : in nfsd4_sequence()
3196 session->se_fchannel.maxresp_sz; in nfsd4_sequence()