Searched refs:maxresp_sz (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.h136 u32 maxresp_sz; member in struct:nfsd4_channel_attrs
H A Dnfs4state.c586 if (fchan->maxresp_sz > maxcount)
587 fchan->maxresp_sz = maxcount;
588 session_fchan->maxresp_sz = fchan->maxresp_sz;
H A Dnfs4xdr.c1105 READ32(sess->fore_channel.maxresp_sz);
1122 READ32(sess->back_channel.maxresp_sz);
2990 WRITE32(sess->fore_channel.maxresp_sz);
3006 WRITE32(sess->back_channel.maxresp_sz);

Completed in 114 milliseconds