| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | mtd.c | 54 static void mtd_dump_device_buf(struct mtd_info *mtd, u64 start_off, in mtd_dump_device_buf() argument 67 mtd->writesize, start_off + data_off); in mtd_dump_device_buf() 69 mtd->writesize, start_off + data_off); in mtd_dump_device_buf() 75 mtd->oobsize, start_off + data_off); in mtd_dump_device_buf() 82 len, start_off); in mtd_dump_device_buf() 83 mtd_dump_buf(buf, len, start_off); in mtd_dump_device_buf() 277 u64 start_off, off, len, remaining, default_len; in do_mtd() local 297 start_off = argc > 0 ? simple_strtoul(argv[0], NULL, 16) : 0; in do_mtd() 298 if (!mtd_is_aligned_with_min_io_size(mtd, start_off)) { in do_mtd() 329 read ? "Reading" : "Writing", len, npages, start_off, in do_mtd() [all …]
|
| /OK3568_Linux_fs/kernel/arch/powerpc/lib/ |
| H A D | feature-fixups.c | 30 long start_off; member 74 start = calc_addr(fcur, fcur->start_off); in patch_feature_section() 113 calc_addr(fcur, fcur->start_off), in do_feature_fixups() 652 fixup.start_off = calc_offset(&fixup, ftr_fixup_test1 + 1); in test_basic_patching() 684 fixup.start_off = calc_offset(&fixup, ftr_fixup_test2 + 1); in test_alternative_patching() 716 fixup.start_off = calc_offset(&fixup, ftr_fixup_test3 + 1); in test_alternative_case_too_big() 746 fixup.start_off = calc_offset(&fixup, ftr_fixup_test4 + 1); in test_alternative_case_too_small() 854 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix1 + 1); in test_prefix_patching() 876 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix2 + 1); in test_prefix_alt_patching() 898 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix3 + 1); in test_prefix_word_alt_patching()
|
| /OK3568_Linux_fs/kernel/fs/isofs/ |
| H A D | compress.c | 204 loff_t start_off, end_off; in zisofs_fill_pages() local 224 start_off = page_offset(pages[full_page]); in zisofs_fill_pages() 225 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size); in zisofs_fill_pages() 227 cstart_block = start_off >> zisofs_block_shift; in zisofs_fill_pages() 231 WARN_ON(start_off - (full_page << PAGE_SHIFT) != in zisofs_fill_pages()
|
| /OK3568_Linux_fs/kernel/fs/hfsplus/ |
| H A D | brec.c | 362 int start_off, end_off; in hfs_brec_update_parent() local 411 end_off = start_off = hfs_bnode_read_u16(parent, rec_off); in hfs_brec_update_parent() 412 hfs_bnode_write_u16(parent, rec_off, start_off + diff); in hfs_brec_update_parent() 413 start_off -= 4; /* move previous cnid too */ in hfs_brec_update_parent() 420 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent() 421 end_off - start_off); in hfs_brec_update_parent()
|
| /OK3568_Linux_fs/kernel/fs/hfs/ |
| H A D | brec.c | 358 int start_off, end_off; in hfs_brec_update_parent() local 405 end_off = start_off = hfs_bnode_read_u16(parent, rec_off); in hfs_brec_update_parent() 406 hfs_bnode_write_u16(parent, rec_off, start_off + diff); in hfs_brec_update_parent() 407 start_off -= 4; /* move previous cnid too */ in hfs_brec_update_parent() 414 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent() 415 end_off - start_off); in hfs_brec_update_parent()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | ocfs1_fs_compat.h | 39 __u64 start_off; member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/spi-nor/controllers/ |
| H A D | hisi-sfc.c | 229 static int hisi_spi_nor_dma_transfer(struct spi_nor *nor, loff_t start_off, in hisi_spi_nor_dma_transfer() argument 244 writel(start_off, host->regbase + FMC_ADDRL); in hisi_spi_nor_dma_transfer()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/csiostor/ |
| H A D | csio_scsi.c | 1496 uint32_t start_off = 0; in csio_scsi_copy_to_sgl() local 1515 if (start_off >= sg->length) { in csio_scsi_copy_to_sgl() 1516 start_off -= sg->length; in csio_scsi_copy_to_sgl() 1522 sg_off = sg->offset + start_off; in csio_scsi_copy_to_sgl() 1524 sg->length - start_off); in csio_scsi_copy_to_sgl() 1540 start_off += bytes_copy; in csio_scsi_copy_to_sgl()
|
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | datagram.c | 418 int i, copy = start - offset, start_off = offset, n; in __skb_datagram_iter() local 488 iov_iter_revert(to, offset - start_off); in __skb_datagram_iter()
|
| /OK3568_Linux_fs/kernel/fs/gfs2/ |
| H A D | bmap.c | 2455 unsigned int start_off, end_len; in __gfs2_punch_hole() local 2457 start_off = offset & (blocksize - 1); in __gfs2_punch_hole() 2459 if (start_off) { in __gfs2_punch_hole() 2461 if (length > blocksize - start_off) in __gfs2_punch_hole() 2462 len = blocksize - start_off; in __gfs2_punch_hole() 2466 if (start_off + length < blocksize) in __gfs2_punch_hole()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | backref.h | 61 u64 start_off, struct btrfs_path *path,
|
| H A D | backref.c | 1625 u64 start_off, struct btrfs_path *path, argument 1638 key.offset = start_off;
|
| /OK3568_Linux_fs/kernel/fs/proc/ |
| H A D | vmcore.c | 608 u64 start_off; in mmap_vmcore() local 612 start_off = start - elfcorebuf_sz; in mmap_vmcore() 614 start_off, tsz)) in mmap_vmcore()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/bpf/ |
| H A D | main.h | 555 unsigned int start_off; member
|
| H A D | main.c | 88 bv->start_off = nn_readw(nn, NFP_NET_CFG_BPF_START); in nfp_bpf_vnic_alloc()
|
| H A D | jit.c | 4549 br_add_offset(&prog[i], bv->start_off); in nfp_bpf_relo_for_vnic() 4553 nfp_prog->tgt_out + bv->start_off); in nfp_bpf_relo_for_vnic() 4557 nfp_prog->tgt_abort + bv->start_off); in nfp_bpf_relo_for_vnic() 4565 off = nfp_prog->tgt_call_push_regs + bv->start_off; in nfp_bpf_relo_for_vnic() 4574 off = nfp_prog->tgt_call_pop_regs + bv->start_off; in nfp_bpf_relo_for_vnic() 4605 immed_add_value(&prog[i], bv->start_off); in nfp_bpf_relo_for_vnic()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | stb_truetype.h | 1229 static int stbtt__close_shape(stbtt_vertex *vertices, int num_vertices, int was_off, int start_off, in stbtt__close_shape() argument 1232 if (start_off) { in stbtt__close_shape() 1262 stbtt_int32 ins, i,j=0,m,n, next_move, was_off=0, off, start_off=0; in stbtt_GetGlyphShape() local 1339 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape() 1342 start_off = !(flags & 1); in stbtt_GetGlyphShape() 1343 if (start_off) { in stbtt_GetGlyphShape() 1382 …num_vertices = stbtt__close_shape(vertices, num_vertices, was_off, start_off, sx,sy,scx,scy,cx,cy); in stbtt_GetGlyphShape()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_mem_linux.c | 2468 pgoff_t *start_off, in get_aliased_alloc() argument 2475 reg->nr_pages < (*start_off + nr_pages)) { in get_aliased_alloc() 2479 while (*start_off >= reg->cpu_alloc->imported.alias.stride) { in get_aliased_alloc() 2481 *start_off -= reg->cpu_alloc->imported.alias.stride; in get_aliased_alloc() 2489 if ((*start_off + nr_pages) > aliased->length) { in get_aliased_alloc()
|
| /OK3568_Linux_fs/kernel/fs/exfat/ |
| H A D | exfat_fs.h | 171 unsigned int start_off; member
|
| H A D | dir.c | 797 int off = es->start_off + num * DENTRY_SIZE; in exfat_get_dentry_cached() 852 es->start_off = off; in exfat_get_dentry_set()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 2289 int start_off, end_off; in nand_subop_get_num_addr_cyc() local 2295 start_off = nand_subop_get_addr_start_off(subop, instr_idx); in nand_subop_get_num_addr_cyc() 2303 return end_off - start_off; in nand_subop_get_num_addr_cyc() 2343 int start_off = 0, end_off; in nand_subop_get_data_len() local 2349 start_off = nand_subop_get_data_start_off(subop, instr_idx); in nand_subop_get_data_len() 2357 return end_off - start_off; in nand_subop_get_data_len()
|
| /OK3568_Linux_fs/kernel/fs/ext4/ |
| H A D | mballoc.c | 3444 loff_t size, start_off; in ext4_mb_normalize_request() local 3487 start_off = 0; in ext4_mb_normalize_request() 3503 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 3507 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 3512 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 3516 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits; in ext4_mb_normalize_request() 3521 start = start_off >> bsbits; in ext4_mb_normalize_request()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | atmel_mxt_ts.c | 1267 static u32 mxt_calculate_crc(u8 *base, off_t start_off, off_t end_off) in mxt_calculate_crc() argument 1270 u8 *ptr = base + start_off; in mxt_calculate_crc() 1273 if (end_off < start_off) in mxt_calculate_crc()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_mem_linux.c | 1765 u64 start_off = vma->vm_pgoff - reg->start_pfn + local 1770 unsigned long pfn = PFN_DOWN(page_array[i + start_off]);
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | ipr.c | 3142 u32 num_entries, max_num_entries, start_off, end_off; in ipr_get_ioa_dump() local 3254 start_off = sdt_word & IPR_FMT2_MBX_ADDR_MASK; in ipr_get_ioa_dump() 3258 bytes_to_copy = end_off - start_off; in ipr_get_ioa_dump()
|