Home
last modified time | relevance | path

Searched refs:NFSD_MAX_OPS_PER_COMPOUND (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dstate.h177 #define NFSD_MAX_OPS_PER_COMPOUND 16 macro
H A Dnfs4proc.c2352 if (args->opcnt > NFSD_MAX_OPS_PER_COMPOUND) in nfsd4_proc_compound()
H A Dnfs4xdr.c2229 if (argp->opcnt > NFSD_MAX_OPS_PER_COMPOUND) in nfsd4_decode_compound()
H A Dnfs4state.c3306 ca->maxops = min_t(u32, ca->maxops, NFSD_MAX_OPS_PER_COMPOUND); in check_forechannel_attrs()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dstate.h178 #define NFSD_MAX_OPS_PER_COMPOUND 50 macro
H A Dnfs4proc.c2669 if (unlikely(resp->opcnt == NFSD_MAX_OPS_PER_COMPOUND)) { in nfsd4_proc_compound()
H A Dnfs4xdr.c2463 NFSD_MAX_OPS_PER_COMPOUND); in nfsd4_decode_compound()
H A Dnfs4state.c3510 ca->maxops = min_t(u32, ca->maxops, NFSD_MAX_OPS_PER_COMPOUND); in check_forechannel_attrs()

Completed in 43 milliseconds