Searched refs:opnum (Results 1 – 12 of 12) sorted by relevance
| /linux/fs/nfs/flexfilelayout/ |
| A D | flexfilelayoutdev.c | 205 if (e1->opnum != e2->opnum) in ff_ds_error_match() 206 return e1->opnum < e2->opnum ? -1 : 1; in ff_ds_error_match() 254 u64 length, int status, enum nfs_opnum4 opnum, in ff_layout_track_ds_error() argument 273 dserr->opnum = opnum; in ff_layout_track_ds_error() 504 *p++ = cpu_to_be32(err->opnum); in ff_layout_encode_ds_ioerr() 507 err->opnum); in ff_layout_encode_ds_ioerr()
|
| A D | flexfilelayout.h | 49 enum nfs_opnum4 opnum; member 196 u64 length, int status, enum nfs_opnum4 opnum,
|
| A D | flexfilelayout.c | 1234 u32 *op_status, int opnum, int error) in ff_layout_io_track_ds_error() argument 1270 mirror, offset, length, status, opnum, in ff_layout_io_track_ds_error() 1283 if (opnum == OP_READ) in ff_layout_io_track_ds_error() 1291 dprintk("%s: err %d op %d status %u\n", __func__, err, opnum, status); in ff_layout_io_track_ds_error() 2316 errors[n].errors[0].opnum = pos->opnum; in ff_layout_send_layouterror()
|
| /linux/fs/nfsd/ |
| A D | nfs4proc.c | 2539 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats() 2587 return &nfsd4_ops[op->opnum]; in OPDESC() 2592 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op() 2619 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check() 2644 if (op->opnum == OP_PUTFH) in check_if_stalefh_allowed() 2646 else if (op->opnum == OP_SAVEFH) in check_if_stalefh_allowed() 2650 else if (op->opnum == OP_COPY) { in check_if_stalefh_allowed() 2742 if (op->opnum == OP_OPEN) in nfsd4_proc_compound() 3691 op->opnum, nfsd4_op_name(op->opnum)); in warn_on_nonidempotent_op() 3698 if (opnum < ARRAY_SIZE(nfsd4_ops)) in nfsd4_op_name() [all …]
|
| A D | trace.h | 143 u32 opnum, 152 __field(u32, opnum) 159 __entry->opnum = opnum; 169 u32 opnum, 172 TP_ARGS(rqstp, opnum, status), 176 __field(u32, opnum) 181 __entry->opnum = opnum; 704 u32 opnum, 707 TP_ARGS(opnum, rp), 710 __field(u32, opnum) [all …]
|
| A D | nfs4xdr.c | 2440 if (op->opnum < FIRST_NFS4_OP) in nfsd4_opnum_in_range() 2510 op->opnum, in nfsd4_decode_compound() 2513 op->opnum = OP_ILLEGAL; in nfsd4_decode_compound() 2523 if (op->opnum == OP_READ || op->opnum == OP_READ_PLUS) { in nfsd4_decode_compound() 2534 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT) in nfsd4_decode_compound() 5757 *p++ = cpu_to_be32(op->opnum); in nfsd4_encode_operation() 5760 if (op->opnum == OP_ILLEGAL) in nfsd4_encode_operation() 5765 BUG_ON(op->opnum >= ARRAY_SIZE(nfsd4_enc_ops) || in nfsd4_encode_operation() 5766 !nfsd4_enc_ops[op->opnum]); in nfsd4_encode_operation() 5767 encoder = nfsd4_enc_ops[op->opnum]; in nfsd4_encode_operation() [all …]
|
| A D | xdr4.h | 775 u32 opnum; member 887 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
|
| A D | nfsctl.c | 1617 args->ops[j].opnum; in nfsd_nl_rpc_status_get_dumpit()
|
| /linux/drivers/mtd/ubi/ |
| A D | eba.c | 946 int pnum, opnum, err, err2, vol_id = vol->vol_id; in try_write_vid_and_data() local 954 opnum = vol->eba_tbl->entries[lnum].pnum; in try_write_vid_and_data() 987 } else if (!err && opnum >= 0) { in try_write_vid_and_data() 988 err2 = ubi_wl_put_peb(ubi, vol_id, lnum, opnum, 0); in try_write_vid_and_data() 991 opnum, err2); in try_write_vid_and_data()
|
| /linux/fs/nfs/ |
| A D | nfs4xdr.c | 3249 uint32_t opnum; in __decode_op_hdr() local 3255 opnum = be32_to_cpup(p++); in __decode_op_hdr() 3256 if (unlikely(opnum != expected)) in __decode_op_hdr() 3264 trace_nfs4_xdr_status(xdr, opnum, nfserr); in __decode_op_hdr() 3268 trace_nfs4_xdr_bad_operation(xdr, opnum, expected); in __decode_op_hdr() 5537 uint32_t opnum; in decode_setclientid() local 5543 opnum = be32_to_cpup(p++); in decode_setclientid() 5544 if (opnum != OP_SETCLIENTID) { in decode_setclientid() 5546 " %d\n", opnum); in decode_setclientid()
|
| A D | nfs42xdr.c | 435 *p = cpu_to_be32(error->opnum); in encode_device_error()
|
| /linux/include/linux/ |
| A D | nfs_xdr.h | 396 enum nfs_opnum4 opnum; member
|
Completed in 665 milliseconds