Searched refs:opnum (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 253 if (e1->opnum != e2->opnum) in ff_ds_error_match() 254 return e1->opnum < e2->opnum ? -1 : 1; in ff_ds_error_match() 302 u64 length, int status, enum nfs_opnum4 opnum, in ff_layout_track_ds_error() argument 321 dserr->opnum = opnum; in ff_layout_track_ds_error() 543 *p++ = cpu_to_be32(err->opnum); in ff_layout_encode_ds_ioerr() 546 err->opnum); in ff_layout_encode_ds_ioerr()
|
D | flexfilelayout.h | 49 enum nfs_opnum4 opnum; member 214 u64 length, int status, enum nfs_opnum4 opnum,
|
D | flexfilelayout.c | 1181 u32 status, int opnum, int error) in ff_layout_io_track_ds_error() argument 1222 mirror, offset, length, status, opnum, in ff_layout_io_track_ds_error() 1225 dprintk("%s: err %d op %d status %u\n", __func__, err, opnum, status); in ff_layout_io_track_ds_error()
|
/linux-4.19.296/fs/nfsd/ |
D | nfs4proc.c | 1569 static inline void nfsd4_increment_op_stats(u32 opnum) in nfsd4_increment_op_stats() argument 1571 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats() 1572 nfsdstats.nfs4_opcount[opnum]++; in nfsd4_increment_op_stats() 1577 static const char *nfsd4_op_name(unsigned opnum); 1603 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering() 1605 if (first_op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering() 1619 return &nfsd4_ops[op->opnum]; in OPDESC() 1624 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op() 1651 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check() 1739 if (op->opnum == OP_OPEN) in nfsd4_proc_compound() [all …]
|
D | nfs4xdr.c | 1887 if (op->opnum < FIRST_NFS4_OP) in nfsd4_opnum_in_range() 1889 else if (argp->minorversion == 0 && op->opnum > LAST_NFS40_OP) in nfsd4_opnum_in_range() 1891 else if (argp->minorversion == 1 && op->opnum > LAST_NFS41_OP) in nfsd4_opnum_in_range() 1893 else if (argp->minorversion == 2 && op->opnum > LAST_NFS42_OP) in nfsd4_opnum_in_range() 1946 op->opnum = be32_to_cpup(p++); in nfsd4_decode_compound() 1949 op->status = nfsd4_dec_ops[op->opnum](argp, &op->u); in nfsd4_decode_compound() 1951 op->opnum = OP_ILLEGAL; in nfsd4_decode_compound() 1961 if (op->opnum == OP_READ) { in nfsd4_decode_compound() 1972 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT) in nfsd4_decode_compound() 4420 *p++ = cpu_to_be32(op->opnum); in nfsd4_encode_operation() [all …]
|
D | xdr4.h | 543 int opnum; member 652 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
|
/linux-4.19.296/fs/nfs/ |
D | nfs4xdr.c | 3195 uint32_t opnum; in __decode_op_hdr() local 3201 opnum = be32_to_cpup(p++); in __decode_op_hdr() 3202 if (unlikely(opnum != expected)) in __decode_op_hdr() 3213 opnum, expected); in __decode_op_hdr() 5514 uint32_t opnum; in decode_setclientid() local 5520 opnum = be32_to_cpup(p++); in decode_setclientid() 5521 if (opnum != OP_SETCLIENTID) { in decode_setclientid() 5523 " %d\n", opnum); in decode_setclientid()
|