Home
last modified time | relevance | path

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

/linux/fs/nfs/flexfilelayout/
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()
A Dflexfilelayout.h49 enum nfs_opnum4 opnum; member
196 u64 length, int status, enum nfs_opnum4 opnum,
A Dflexfilelayout.c1234 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 Dnfs4proc.c2539 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 Dtrace.h143 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 Dnfs4xdr.c2440 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 Dxdr4.h775 u32 opnum; member
887 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
A Dnfsctl.c1617 args->ops[j].opnum; in nfsd_nl_rpc_status_get_dumpit()
/linux/drivers/mtd/ubi/
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/fs/nfs/
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()
A Dnfs42xdr.c435 *p = cpu_to_be32(error->opnum); in encode_device_error()
/linux/include/linux/
A Dnfs_xdr.h396 enum nfs_opnum4 opnum; member

Completed in 665 milliseconds