Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dstate.h177 #define NFSD_MAX_OPS_PER_COMPOUND 16 macro
H A Dnfs4proc.c2360 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.c3291 ca->maxops = min_t(u32, ca->maxops, NFSD_MAX_OPS_PER_COMPOUND); in check_forechannel_attrs()