Searched refs:maxops (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.h138 u32 maxops; member in struct:nfsd4_channel_attrs
H A Dnfs4state.c590 /* Use the client's maxops if possible */
591 if (fchan->maxops > NFSD_MAX_OPS_PER_COMPOUND)
592 fchan->maxops = NFSD_MAX_OPS_PER_COMPOUND;
593 session_fchan->maxops = fchan->maxops;
H A Dnfs4xdr.c1107 READ32(sess->fore_channel.maxops);
1124 READ32(sess->back_channel.maxops);
2992 WRITE32(sess->fore_channel.maxops);
3008 WRITE32(sess->back_channel.maxops);

Completed in 114 milliseconds