Lines Matching refs:max_ops
8907 args->fc_attrs.max_ops = NFS4_MAX_OPS;
8911 "max_ops=%u max_reqs=%u\n",
8914 args->fc_attrs.max_ops, args->fc_attrs.max_reqs);
8920 args->bc_attrs.max_ops = NFS4_MAX_BACK_CHANNEL_OPS;
8926 "max_resp_sz_cached=%u max_ops=%u max_reqs=%u\n",
8929 args->bc_attrs.max_resp_sz_cached, args->bc_attrs.max_ops,
8942 * Our requested max_ops is the minimum we need; we're not
8947 if (rcvd->max_ops < sent->max_ops)
8970 if (rcvd->max_ops > sent->max_ops)