Searched refs:opnum (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/fs/nfs/flexfilelayout/ |
D | flexfilelayoutdev.c | 253 if (e1->opnum != e2->opnum) in ff_ds_error_match() 254 return e1->opnum < e2->opnum ? -1 : 1; in ff_ds_error_match() 302 u64 length, int status, enum nfs_opnum4 opnum, in ff_layout_track_ds_error() argument 321 dserr->opnum = opnum; in ff_layout_track_ds_error() 524 *p++ = cpu_to_be32(err->opnum); in ff_layout_encode_ds_ioerr() 527 err->opnum); in ff_layout_encode_ds_ioerr()
|
D | flexfilelayout.h | 49 enum nfs_opnum4 opnum; member 208 u64 length, int status, enum nfs_opnum4 opnum,
|
D | flexfilelayout.c | 1178 u32 status, int opnum, int error) in ff_layout_io_track_ds_error() argument 1218 mirror, offset, length, status, opnum, in ff_layout_io_track_ds_error() 1221 dprintk("%s: err %d op %d status %u\n", __func__, err, opnum, status); in ff_layout_io_track_ds_error()
|
/Linux-v4.19/fs/nfsd/ |
D | nfs4proc.c | 1567 static inline void nfsd4_increment_op_stats(u32 opnum) in nfsd4_increment_op_stats() argument 1569 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats() 1570 nfsdstats.nfs4_opcount[opnum]++; in nfsd4_increment_op_stats() 1575 static const char *nfsd4_op_name(unsigned opnum); 1601 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering() 1603 if (first_op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering() 1617 return &nfsd4_ops[op->opnum]; in OPDESC() 1622 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op() 1649 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check() 1737 if (op->opnum == OP_OPEN) in nfsd4_proc_compound() [all …]
|
D | nfs4xdr.c | 1887 if (op->opnum < FIRST_NFS4_OP) in nfsd4_opnum_in_range() 1889 else if (argp->minorversion == 0 && op->opnum > LAST_NFS40_OP) in nfsd4_opnum_in_range() 1891 else if (argp->minorversion == 1 && op->opnum > LAST_NFS41_OP) in nfsd4_opnum_in_range() 1893 else if (argp->minorversion == 2 && op->opnum > LAST_NFS42_OP) in nfsd4_opnum_in_range() 1946 op->opnum = be32_to_cpup(p++); in nfsd4_decode_compound() 1949 op->status = nfsd4_dec_ops[op->opnum](argp, &op->u); in nfsd4_decode_compound() 1951 op->opnum = OP_ILLEGAL; in nfsd4_decode_compound() 1961 if (op->opnum == OP_READ) { in nfsd4_decode_compound() 1972 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT) in nfsd4_decode_compound() 4414 *p++ = cpu_to_be32(op->opnum); in nfsd4_encode_operation() [all …]
|
D | xdr4.h | 543 int opnum; member 652 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
|
/Linux-v4.19/drivers/mtd/ubi/ |
D | eba.c | 963 int pnum, opnum, err, vol_id = vol->vol_id; in try_write_vid_and_data() local 971 opnum = vol->eba_tbl->entries[lnum].pnum; in try_write_vid_and_data() 1000 else if (!err && opnum >= 0) in try_write_vid_and_data() 1001 err = ubi_wl_put_peb(ubi, vol_id, lnum, opnum, 0); in try_write_vid_and_data()
|
/Linux-v4.19/fs/nfs/ |
D | nfs4xdr.c | 3195 uint32_t opnum; in __decode_op_hdr() local 3201 opnum = be32_to_cpup(p++); in __decode_op_hdr() 3202 if (unlikely(opnum != expected)) in __decode_op_hdr() 3213 opnum, expected); in __decode_op_hdr() 5510 uint32_t opnum; in decode_setclientid() local 5516 opnum = be32_to_cpup(p++); in decode_setclientid() 5517 if (opnum != OP_SETCLIENTID) { in decode_setclientid() 5519 " %d\n", opnum); in decode_setclientid()
|