Home
last modified time | relevance | path

Searched refs:NFSD_MAX_OPS_PER_COMPOUND (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/nfsd/
H A Dstate.h178 #define NFSD_MAX_OPS_PER_COMPOUND 50 macro
H A Dnfs4proc.c2671 if (unlikely(resp->opcnt == NFSD_MAX_OPS_PER_COMPOUND)) { in nfsd4_proc_compound()
H A Dnfs4xdr.c2455 NFSD_MAX_OPS_PER_COMPOUND); in nfsd4_decode_compound()
H A Dnfs4state.c3516 ca->maxops = min_t(u32, ca->maxops, NFSD_MAX_OPS_PER_COMPOUND); in check_forechannel_attrs()