Home
last modified time | relevance | path

Searched refs:first_op (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/nfsd/
H A Dnfs4proc.c2187 struct nfsd4_op *first_op = &args->ops[0]; in nfs41_check_op_ordering() local
2195 if (first_op->status == nfserr_op_illegal) in nfs41_check_op_ordering()
2197 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering()
2199 if (first_op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering()
2202 * So first_op is something allowed outside a session, like in nfs41_check_op_ordering()
/kernel/linux/linux-6.6/fs/nfsd/
H A Dnfs4proc.c2504 struct nfsd4_op *first_op = &args->ops[0]; in nfs41_check_op_ordering() local
2512 if (first_op->status == nfserr_op_illegal) in nfs41_check_op_ordering()
2514 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering()
2516 if (first_op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering()
2519 * So first_op is something allowed outside a session, like in nfs41_check_op_ordering()

Completed in 9 milliseconds