| /linux/fs/nfs/flexfilelayout/ ! |
| H A D | flexfilelayoutdev.c | 204 if (e1->opnum != e2->opnum) in ff_ds_error_match() 205 return e1->opnum < e2->opnum ? -1 : 1; in ff_ds_error_match() 254 enum nfs_opnum4 opnum, gfp_t gfp_flags) in ff_layout_track_ds_error() argument 272 dserr->opnum = opnum; in ff_layout_track_ds_error() 510 *p++ = cpu_to_be32(err->opnum); in ff_layout_encode_ds_ioerr() 513 err->opnum); in ff_layout_encode_ds_ioerr()
|
| H A D | flexfilelayout.h | 51 enum nfs_opnum4 opnum; member 220 enum nfs_opnum4 opnum, gfp_t gfp_flags);
|
| H A D | flexfilelayout.c | 1499 u32 *op_status, int opnum, int error) in ff_layout_io_track_ds_error() argument 1536 mirror, dss_id, offset, length, status, opnum, in ff_layout_io_track_ds_error() 1550 if (opnum == OP_READ) in ff_layout_io_track_ds_error() 1558 dprintk("%s: err %d op %d status %u\n", __func__, err, opnum, status); in ff_layout_io_track_ds_error() 2686 errors[n].errors[0].opnum = pos->opnum; in ff_layout_send_layouterror()
|
| /linux/fs/nfsd/ ! |
| H A D | nfs4proc.c | 2901 static inline void nfsd4_increment_op_stats(struct nfsd_net *nn, u32 opnum) in nfsd4_increment_op_stats() argument 2903 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats() 2904 percpu_counter_inc(&nn->counter[NFSD_STATS_NFS4_OP(opnum)]); in nfsd4_increment_op_stats() 2909 static const char *nfsd4_op_name(unsigned opnum); 2935 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering() 2937 if (first_op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering() 2951 return &nfsd4_ops[op->opnum]; in OPDESC() 2956 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op() 2983 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check() 3008 if (op->opnum == OP_PUTFH) in check_if_stalefh_allowed() [all …]
|
| H A D | trace.h | 197 u32 opnum, 200 TP_ARGS(rqstp, args_opcnt, resp_opcnt, opnum, status), 206 __field(u32, opnum) 213 __entry->opnum = opnum; 217 __entry->opnum, __entry->status) 223 u32 opnum, 226 TP_ARGS(rqstp, opnum, status), 230 __field(u32, opnum) 235 __entry->opnum = opnum; 238 __entry->opnum, __entry->status) [all …]
|
| H A D | nfs4xdr.c | 2587 if (op->opnum < FIRST_NFS4_OP) in nfsd4_opnum_in_range() 2589 else if (argp->minorversion == 0 && op->opnum > LAST_NFS40_OP) in nfsd4_opnum_in_range() 2591 else if (argp->minorversion == 1 && op->opnum > LAST_NFS41_OP) in nfsd4_opnum_in_range() 2593 else if (argp->minorversion == 2 && op->opnum > LAST_NFS42_OP) in nfsd4_opnum_in_range() 2649 if (xdr_stream_decode_u32(argp->xdr, &op->opnum) < 0) in nfsd4_decode_compound() 2653 op->status = nfsd4_dec_ops[op->opnum](argp, &op->u); in nfsd4_decode_compound() 2657 op->opnum, in nfsd4_decode_compound() 2660 op->opnum = OP_ILLEGAL; in nfsd4_decode_compound() 2670 if (op->opnum == OP_READ || op->opnum == OP_READ_PLUS) { in nfsd4_decode_compound() 2681 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT) in nfsd4_decode_compound() [all …]
|
| H A D | xdr4.h | 825 u32 opnum; member
|
| H A D | nfsctl.c | 1554 args->ops[j].opnum; in nfsd_nl_rpc_status_get_dumpit()
|
| /linux/drivers/mtd/ubi/ ! |
| H A D | eba.c | 945 int pnum, opnum, err, err2, vol_id = vol->vol_id; in try_write_vid_and_data() local 953 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 err2 = ubi_wl_put_peb(ubi, vol_id, lnum, opnum, 0); in try_write_vid_and_data() 990 opnum, err2); in try_write_vid_and_data()
|
| /linux/fs/nfs/ ! |
| H A D | nfs4xdr.c | 3260 uint32_t opnum; in __decode_op_hdr() local 3266 opnum = be32_to_cpup(p++); in __decode_op_hdr() 3267 if (unlikely(opnum != expected)) in __decode_op_hdr() 3275 trace_nfs4_xdr_status(xdr, opnum, nfserr); in __decode_op_hdr() 3279 trace_nfs4_xdr_bad_operation(xdr, opnum, expected); in __decode_op_hdr() 5573 uint32_t opnum; in decode_setclientid() local 5579 opnum = be32_to_cpup(p++); in decode_setclientid() 5580 if (opnum != OP_SETCLIENTID) { in decode_setclientid() 5582 " %d\n", opnum); in decode_setclientid()
|
| H A D | nfs42xdr.c | 470 *p = cpu_to_be32(error->opnum); in encode_device_error()
|
| /linux/include/linux/ ! |
| H A D | nfs_xdr.h | 400 enum nfs_opnum4 opnum; member
|