Home
last modified time | relevance | path

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

/linux-6.15/fs/nfs/flexfilelayout/
H A Dflexfilelayoutdev.c205 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()
H A Dflexfilelayout.h49 enum nfs_opnum4 opnum; member
197 u64 length, int status, enum nfs_opnum4 opnum,
H A Dflexfilelayout.c1260 u32 *op_status, int opnum, int error) in ff_layout_io_track_ds_error() argument
1297 mirror, offset, length, status, opnum, in ff_layout_io_track_ds_error()
1310 if (opnum == OP_READ) in ff_layout_io_track_ds_error()
1318 dprintk("%s: err %d op %d status %u\n", __func__, err, opnum, status); in ff_layout_io_track_ds_error()
2352 errors[n].errors[0].opnum = pos->opnum; in ff_layout_send_layouterror()
/linux-6.15/fs/nfsd/
H A Dtrace.h143 u32 opnum,
152 __field(u32, opnum)
159 __entry->opnum = opnum;
169 u32 opnum,
176 __field(u32, opnum)
181 __entry->opnum = opnum;
191 u32 opnum, \
715 u32 opnum,
718 TP_ARGS(opnum, rp),
721 __field(u32, opnum)
[all …]
H A Dnfs4proc.c2648 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
2696 return &nfsd4_ops[op->opnum]; in OPDESC()
2701 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op()
2728 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check()
2753 if (op->opnum == OP_PUTFH) in check_if_stalefh_allowed()
2755 else if (op->opnum == OP_SAVEFH) in check_if_stalefh_allowed()
2759 else if (op->opnum == OP_COPY) { in check_if_stalefh_allowed()
2851 if (op->opnum == OP_OPEN) in nfsd4_proc_compound()
3802 op->opnum, nfsd4_op_name(op->opnum)); in warn_on_nonidempotent_op()
3809 if (opnum < ARRAY_SIZE(nfsd4_ops)) in nfsd4_op_name()
[all …]
H A Dnfs4xdr.c2462 if (op->opnum < FIRST_NFS4_OP) in nfsd4_opnum_in_range()
2524 if (xdr_stream_decode_u32(argp->xdr, &op->opnum) < 0) in nfsd4_decode_compound()
2532 op->opnum, in nfsd4_decode_compound()
2535 op->opnum = OP_ILLEGAL; in nfsd4_decode_compound()
2545 if (op->opnum == OP_READ || op->opnum == OP_READ_PLUS) { in nfsd4_decode_compound()
2556 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT) in nfsd4_decode_compound()
5876 if (op->opnum == OP_ILLEGAL) in nfsd4_encode_operation()
5881 BUG_ON(op->opnum >= ARRAY_SIZE(nfsd4_enc_ops) || in nfsd4_encode_operation()
5882 !nfsd4_enc_ops[op->opnum]); in nfsd4_encode_operation()
5883 encoder = nfsd4_enc_ops[op->opnum]; in nfsd4_encode_operation()
[all …]
H A Dxdr4.h780 u32 opnum; member
892 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
H A Dnfsctl.c1575 args->ops[j].opnum; in nfsd_nl_rpc_status_get_dumpit()
/linux-6.15/drivers/mtd/ubi/
H A Deba.c946 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-6.15/fs/nfs/
H A Dnfs4xdr.c3249 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()
H A Dnfs42xdr.c458 *p = cpu_to_be32(error->opnum); in encode_device_error()
/linux-6.15/include/linux/
H A Dnfs_xdr.h396 enum nfs_opnum4 opnum; member