Home
last modified time | relevance | path

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

/linux/fs/nfs/flexfilelayout/
A 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()
A Dflexfilelayout.h49 enum nfs_opnum4 opnum; member
196 u64 length, int status, enum nfs_opnum4 opnum,
A 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()
2207 errors[n].errors[0].opnum = pos->opnum; in ff_layout_send_layouterror()
/linux/fs/nfsd/
A Dtrace.h154 u32 opnum,
157 TP_ARGS(rqstp, args_opcnt, resp_opcnt, opnum, status),
163 __field(u32, opnum)
170 __entry->opnum = opnum;
174 __entry->opnum, __entry->status)
180 u32 opnum,
183 TP_ARGS(rqstp, opnum, status),
187 __field(u32, opnum)
192 __entry->opnum = opnum;
195 __entry->opnum, __entry->status)
A Dnfs4proc.c2318 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
2366 return &nfsd4_ops[op->opnum]; in OPDESC()
2371 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op()
2398 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check()
2423 if (op->opnum == OP_PUTFH) in check_if_stalefh_allowed()
2425 else if (op->opnum == OP_SAVEFH) in check_if_stalefh_allowed()
2429 else if (op->opnum == OP_COPY) { in check_if_stalefh_allowed()
2514 if (op->opnum == OP_OPEN) in nfsd4_proc_compound()
2584 nfsd4_op_name(op->opnum)); in nfsd4_proc_compound()
3414 op->opnum, nfsd4_op_name(op->opnum)); in warn_on_nonidempotent_op()
[all …]
A Dnfs4xdr.c2311 if (op->opnum < FIRST_NFS4_OP) in nfsd4_opnum_in_range()
2386 op->opnum, in nfsd4_decode_compound()
2389 op->opnum = OP_ILLEGAL; in nfsd4_decode_compound()
2399 if (op->opnum == OP_READ || op->opnum == OP_READ_PLUS) { in nfsd4_decode_compound()
2410 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT) in nfsd4_decode_compound()
5317 *p++ = cpu_to_be32(op->opnum); in nfsd4_encode_operation()
5320 if (op->opnum == OP_ILLEGAL) in nfsd4_encode_operation()
5325 BUG_ON(op->opnum >= ARRAY_SIZE(nfsd4_enc_ops) || in nfsd4_encode_operation()
5326 !nfsd4_enc_ops[op->opnum]); in nfsd4_encode_operation()
5327 encoder = nfsd4_enc_ops[op->opnum]; in nfsd4_encode_operation()
[all …]
A Dxdr4.h606 u32 opnum; member
716 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
/linux/drivers/mtd/ubi/
A 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/fs/nfs/
A Dnfs4xdr.c3197 uint32_t opnum; in __decode_op_hdr() local
3203 opnum = be32_to_cpup(p++); in __decode_op_hdr()
3204 if (unlikely(opnum != expected)) in __decode_op_hdr()
3212 trace_nfs4_xdr_status(xdr, opnum, nfserr); in __decode_op_hdr()
3216 trace_nfs4_xdr_bad_operation(xdr, opnum, expected); in __decode_op_hdr()
5413 uint32_t opnum; in decode_setclientid() local
5419 opnum = be32_to_cpup(p++); in decode_setclientid()
5420 if (opnum != OP_SETCLIENTID) { in decode_setclientid()
5422 " %d\n", opnum); in decode_setclientid()
A Dnfs42xdr.c416 *p = cpu_to_be32(error->opnum); in encode_device_error()
/linux/include/linux/
A Dnfs_xdr.h396 enum nfs_opnum4 opnum; member

Completed in 67 milliseconds