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

/linux-master/fs/nfsd/
H A Dstate.h241 u32 maxops; member in struct:nfsd4_channel_attrs
H A Dnfs4state.c3714 ca->maxops = min_t(u32, ca->maxops, NFSD_MAX_OPS_PER_COMPOUND);
3758 if (ca->maxops < 2)
4127 return args->opcnt > session->se_fchannel.maxops;
H A Dnfs4xdr.c1676 ca->maxops = be32_to_cpup(p++);
4868 status = nfsd4_encode_count4(xdr, attrs->maxops);

Completed in 159 milliseconds