Searched refs:maxresp_cached (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.h137 u32 maxresp_cached; member in struct:nfsd4_channel_attrs
H A Dnfs4state.c532 int mem, size = fchan->maxresp_cached;
564 fchan->maxresp_cached = size + NFSD_MIN_HDR_SEQ_SZ;
597 session_fchan->maxresp_cached = fchan->maxresp_cached;
619 return ca->maxresp_cached - NFSD_MIN_HDR_SEQ_SZ;
H A Dnfs4xdr.c1106 READ32(sess->fore_channel.maxresp_cached);
1123 READ32(sess->back_channel.maxresp_cached);
2991 WRITE32(sess->fore_channel.maxresp_cached);
3007 WRITE32(sess->back_channel.maxresp_cached);
3166 if (length <= session->se_fchannel.maxresp_cached)

Completed in 41 milliseconds