Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/nfs/flexfilelayout/
H 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()
H A Dflexfilelayout.h49 enum nfs_opnum4 opnum; member
196 u64 length, int status, enum nfs_opnum4 opnum,
H A Dflexfilelayout.c1231 u32 *op_status, int opnum, int error) in ff_layout_io_track_ds_error() argument
1264 mirror, offset, length, status, opnum, in ff_layout_io_track_ds_error()
1277 if (opnum == OP_READ) in ff_layout_io_track_ds_error()
1285 dprintk("%s: err %d op %d status %u\n", __func__, err, opnum, status); in ff_layout_io_track_ds_error()
2213 errors[n].errors[0].opnum = pos->opnum; in ff_layout_send_layouterror()
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4proc.c2171 static inline void nfsd4_increment_op_stats(u32 opnum) in nfsd4_increment_op_stats() argument
2173 if (opnum >= FIRST_NFS4_OP && opnum <= LAST_NFS4_OP) in nfsd4_increment_op_stats()
2174 nfsdstats.nfs4_opcount[opnum]++; in nfsd4_increment_op_stats()
2179 static const char *nfsd4_op_name(unsigned opnum);
2205 if (!(nfsd4_ops[first_op->opnum].op_flags & ALLOWED_AS_FIRST_OP)) in nfs41_check_op_ordering()
2207 if (first_op->opnum == OP_SEQUENCE) in nfs41_check_op_ordering()
2221 return &nfsd4_ops[op->opnum]; in OPDESC()
2226 if (op->opnum == OP_ILLEGAL) in nfsd4_cache_this_op()
2253 if (next->opnum == OP_ILLEGAL) in need_wrongsec_check()
2297 if (op->opnum == OP_PUTFH) in check_if_stalefh_allowed()
[all …]
H A Dnfs4xdr.c2190 if (op->opnum < FIRST_NFS4_OP) in nfsd4_opnum_in_range()
2192 else if (argp->minorversion == 0 && op->opnum > LAST_NFS40_OP) in nfsd4_opnum_in_range()
2194 else if (argp->minorversion == 1 && op->opnum > LAST_NFS41_OP) in nfsd4_opnum_in_range()
2196 else if (argp->minorversion == 2 && op->opnum > LAST_NFS42_OP) in nfsd4_opnum_in_range()
2249 op->opnum = be32_to_cpup(p++); in nfsd4_decode_compound()
2252 op->status = nfsd4_dec_ops[op->opnum](argp, &op->u); in nfsd4_decode_compound()
2254 op->opnum = OP_ILLEGAL; in nfsd4_decode_compound()
2264 if (op->opnum == OP_READ || op->opnum == OP_READ_PLUS) { in nfsd4_decode_compound()
2275 if (op->opnum == OP_LOCK || op->opnum == OP_LOCKT) in nfsd4_decode_compound()
5186 *p++ = cpu_to_be32(op->opnum); in nfsd4_encode_operation()
[all …]
H A Dxdr4.h618 int opnum; member
734 return resp->opcnt == 1 && args->ops[0].opnum == OP_SEQUENCE; in nfsd4_is_solo_sequence()
/OK3568_Linux_fs/kernel/drivers/mtd/ubi/
H A Deba.c950 int pnum, opnum, err, vol_id = vol->vol_id; in try_write_vid_and_data() local
958 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 err = ubi_wl_put_peb(ubi, vol_id, lnum, opnum, 0); in try_write_vid_and_data()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dreload.h119 int opnum; member
H A Dhsa-common.h453 bool op_output_p (unsigned opnum);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dreload.h119 int opnum; member
H A Dhsa-common.h453 bool op_output_p (unsigned opnum);
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dnfs4xdr.c3182 uint32_t opnum; in __decode_op_hdr() local
3188 opnum = be32_to_cpup(p++); in __decode_op_hdr()
3189 if (unlikely(opnum != expected)) in __decode_op_hdr()
3197 trace_nfs4_xdr_status(xdr, opnum, nfserr); in __decode_op_hdr()
3203 opnum, expected); in __decode_op_hdr()
5371 uint32_t opnum; in decode_setclientid() local
5377 opnum = be32_to_cpup(p++); in decode_setclientid()
5378 if (opnum != OP_SETCLIENTID) { in decode_setclientid()
5380 " %d\n", opnum); in decode_setclientid()
H A Dnfs42xdr.c416 *p = cpu_to_be32(error->opnum); in encode_device_error()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnfs_xdr.h393 enum nfs_opnum4 opnum; member