first_op
struct nfsd4_op *first_op = &args->ops[0];
if (first_op->status == nfserr_op_illegal)
if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP))
if (first_op->opnum == OP_SEQUENCE)
for (sub.op = first_op; sub.op <= last_op; sub.op++) {
ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.range_cnt * ctx.val_cnt);
ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.subrange_cnt * ctx.subval_cnt);
ctx.total_case_cnt = (last_op - first_op + 1) * (2 * rcnt * (rcnt + 1) / 2);
ctx.total_case_cnt = (last_op - first_op + 1) * (2 * ctx.rand_case_cnt);