Searched refs:se_fchannel (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dstate.h170 struct nfsd4_channel_attrs se_fchannel; member in struct:nfsd4_session
H A Dnfs4state.c609 for (i = 0; i < ses->se_fchannel.maxreqs; i++)
634 status = init_forechannel_attrs(rqstp, &tmp.se_fchannel,
644 slotsize = tmp.se_fchannel.maxreqs * sizeof(struct nfsd4_slot *);
652 cachesize = slot_bytes(&new->se_fchannel);
653 for (i = 0; i < new->se_fchannel.maxreqs; i++) {
719 mem = ses->se_fchannel.maxreqs * slot_bytes(&ses->se_fchannel);
1540 if (seq->slotid >= session->se_fchannel.maxreqs)
1549 seq->maxslots = session->se_fchannel.maxreqs;
H A Dnfs4xdr.c3166 if (length <= session->se_fchannel.maxresp_cached)

Completed in 87 milliseconds