Home
last modified time | relevance | path

Searched refs:opnum (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.15/fs/nfs/flexfilelayout/
Dflexfilelayoutdev.c203 if (e1->opnum != e2->opnum) in ff_ds_error_match()
204 return e1->opnum < e2->opnum ? -1 : 1; in ff_ds_error_match()
252 u64 length, int status, enum nfs_opnum4 opnum, in ff_layout_track_ds_error() argument
271 dserr->opnum = opnum; in ff_layout_track_ds_error()
496 *p++ = cpu_to_be32(err->opnum); in ff_layout_encode_ds_ioerr()
499 err->opnum); in ff_layout_encode_ds_ioerr()
Dflexfilelayout.h49 enum nfs_opnum4 opnum; member
196 u64 length, int status, enum nfs_opnum4 opnum,
Dflexfilelayout.c1227 u32 *op_status, int opnum, int error) in ff_layout_io_track_ds_error() argument
1260 mirror, offset, length, status, opnum, in ff_layout_io_track_ds_error()
1273 if (opnum == OP_READ) in ff_layout_io_track_ds_error()
1281 dprintk("%s: err %d op %d status %u\n", __func__, err, opnum, status); in ff_layout_io_track_ds_error()
2209 errors[n].errors[0].opnum = pos->opnum; in ff_layout_send_layouterror()
/Linux-v5.15/fs/nfsd/
Dtrace.h153 u32 opnum,
156 TP_ARGS(rqstp, args_opcnt, resp_opcnt, opnum, status),
162 __field(u32, opnum)
169 __entry->opnum = opnum;
173 __entry->opnum, __entry->status)
179 u32 opnum,
182 TP_ARGS(rqstp, opnum, status),
186 __field(u32, opnum)
191 __entry->opnum = opnum;
194 __entry->opnum, __entry->status)
Dnfs4proc.c2317 static inline void nfsd4_increment_op_stats(u32 opnum) in nfsd4_increment_op_stats() argument
2319 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
2320 percpu_counter_inc(&nfsdstats.counter[NFSD_STATS_NFS4_OP(opnum)]); in nfsd4_increment_op_stats()
2325 static const char *nfsd4_op_name(unsigned opnum);
2351 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering()
2353 if (first_op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering()
2367 return &nfsd4_ops[op->opnum]; in OPDESC()
2372 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op()
2399 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check()
2424 if (op->opnum == OP_PUTFH) in check_if_stalefh_allowed()
[all …]
Dnfs4xdr.c2314 if (op->opnum < FIRST_NFS4_OP) in nfsd4_opnum_in_range()
2316 else if (argp->minorversion == 0 && op->opnum > LAST_NFS40_OP) in nfsd4_opnum_in_range()
2318 else if (argp->minorversion == 1 && op->opnum > LAST_NFS41_OP) in nfsd4_opnum_in_range()
2320 else if (argp->minorversion == 2 && op->opnum > LAST_NFS42_OP) in nfsd4_opnum_in_range()
2382 if (xdr_stream_decode_u32(argp->xdr, &op->opnum) < 0) in nfsd4_decode_compound()
2385 op->status = nfsd4_dec_ops[op->opnum](argp, &op->u); in nfsd4_decode_compound()
2389 op->opnum, in nfsd4_decode_compound()
2392 op->opnum = OP_ILLEGAL; in nfsd4_decode_compound()
2402 if (op->opnum == OP_READ || op->opnum == OP_READ_PLUS) { in nfsd4_decode_compound()
2413 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT) in nfsd4_decode_compound()
[all …]
Dxdr4.h606 u32 opnum; member
715 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
/Linux-v5.15/drivers/mtd/ubi/
Deba.c949 int pnum, opnum, err, vol_id = vol->vol_id; in try_write_vid_and_data() local
957 opnum = vol->eba_tbl->entries[lnum].pnum; in try_write_vid_and_data()
986 else if (!err && opnum >= 0) in try_write_vid_and_data()
987 err = ubi_wl_put_peb(ubi, vol_id, lnum, opnum, 0); in try_write_vid_and_data()
/Linux-v5.15/fs/nfs/
Dnfs4xdr.c3194 uint32_t opnum; in __decode_op_hdr() local
3200 opnum = be32_to_cpup(p++); in __decode_op_hdr()
3201 if (unlikely(opnum != expected)) in __decode_op_hdr()
3209 trace_nfs4_xdr_status(xdr, opnum, nfserr); in __decode_op_hdr()
3213 trace_nfs4_xdr_bad_operation(xdr, opnum, expected); in __decode_op_hdr()
5418 uint32_t opnum; in decode_setclientid() local
5424 opnum = be32_to_cpup(p++); in decode_setclientid()
5425 if (opnum != OP_SETCLIENTID) { in decode_setclientid()
5427 " %d\n", opnum); in decode_setclientid()
Dnfs42xdr.c416 *p = cpu_to_be32(error->opnum); in encode_device_error()
/Linux-v5.15/include/linux/
Dnfs_xdr.h396 enum nfs_opnum4 opnum; member