Home
last modified time | relevance | path

Searched refs:start_off (Results 1 – 21 of 21) sorted by relevance

/linux/tools/testing/selftests/mm/
H A Dhugetlb_dio.c23 void run_dio_using_hugetlb(unsigned int start_off, unsigned int end_off) in run_dio_using_hugetlb() argument
35 writesize = end_off - start_off; in run_dio_using_hugetlb()
61 buffer += start_off; in run_dio_using_hugetlb()
/linux/arch/powerpc/lib/
H A Dfeature-fixups.c38 long start_off; member
82 start = calc_addr(fcur, fcur->start_off); in patch_feature_section_mask()
121 calc_addr(fcur, fcur->start_off), in do_feature_fixups_mask()
734 fixup.start_off = calc_offset(&fixup, ftr_fixup_test1 + 1); in test_basic_patching()
766 fixup.start_off = calc_offset(&fixup, ftr_fixup_test2 + 1); in test_alternative_patching()
798 fixup.start_off = calc_offset(&fixup, ftr_fixup_test3 + 1); in test_alternative_case_too_big()
828 fixup.start_off = calc_offset(&fixup, ftr_fixup_test4 + 1); in test_alternative_case_too_small()
936 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix1 + 1); in test_prefix_patching()
958 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix2 + 1); in test_prefix_alt_patching()
980 fixup.start_off = calc_offset(&fixup, ftr_fixup_prefix3 + 1); in test_prefix_word_alt_patching()
/linux/fs/hfs/
H A Dbrec.c358 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()
/linux/fs/hfsplus/
H A Dbrec.c362 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()
/linux/drivers/dax/
H A Dsuper.c82 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev, u64 *start_off, in fs_dax_get_by_bdev() argument
92 *start_off = get_start_sect(bdev) * SECTOR_SIZE; in fs_dax_get_by_bdev()
94 if (*start_off % PAGE_SIZE || part_size % PAGE_SIZE) { in fs_dax_get_by_bdev()
/linux/fs/ocfs2/
H A Docfs1_fs_compat.h37 __u64 start_off; member
/linux/include/linux/
H A Ddax.h135 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev, u64 *start_off,
147 u64 *start_off, void *holder, in fs_dax_get_by_bdev() argument
/linux/drivers/mtd/spi-nor/controllers/
H A Dhisi-sfc.c229 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()
/linux/fs/exfat/
H A Ddir.c744 int off = es->start_off + num * DENTRY_SIZE; in exfat_get_dentry_cached()
792 es->start_off = off; in __exfat_get_dentry_set()
904 off = es->start_off + (i << DENTRY_SIZE_BITS); in exfat_validate_empty_dentry_set()
914 es->num_entries = EXFAT_B_TO_DEN(EXFAT_BLK_TO_B(es->num_bh, es->sb) - es->start_off); in exfat_validate_empty_dentry_set()
/linux/sound/soc/fsl/
H A Dfsl_sai.c653 dl_cfg[dl_cfg_idx].start_off[tx] * 0x4; in fsl_sai_hw_params()
1319 cfg[0].start_off[0] = 0; in fsl_sai_read_dlcfg()
1324 cfg[0].start_off[1] = 0; in fsl_sai_read_dlcfg()
1357 cfg[i].start_off[0] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM); in fsl_sai_read_dlcfg()
1363 cfg[i].start_off[1] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM); in fsl_sai_read_dlcfg()
H A Dfsl_sai.h272 unsigned int start_off[2]; member
/linux/drivers/scsi/csiostor/
H A Dcsio_scsi.c1500 uint32_t start_off = 0; in csio_scsi_copy_to_sgl() local
1519 if (start_off >= sg->length) { in csio_scsi_copy_to_sgl()
1520 start_off -= sg->length; in csio_scsi_copy_to_sgl()
1526 sg_off = sg->offset + start_off; in csio_scsi_copy_to_sgl()
1528 sg->length - start_off); in csio_scsi_copy_to_sgl()
1544 start_off += bytes_copy; in csio_scsi_copy_to_sgl()
/linux/fs/btrfs/
H A Dbackref.h248 u64 start_off, struct btrfs_path *path,
H A Dbackref.c2044 u64 start_off, struct btrfs_path *path, in btrfs_find_one_extref() argument
2057 key.offset = start_off; in btrfs_find_one_extref()
/linux/fs/gfs2/
H A Dbmap.c2405 unsigned int start_off, end_len; in __gfs2_punch_hole() local
2407 start_off = offset & (blocksize - 1); in __gfs2_punch_hole()
2409 if (start_off) { in __gfs2_punch_hole()
2411 if (length > blocksize - start_off) in __gfs2_punch_hole()
2412 len = blocksize - start_off; in __gfs2_punch_hole()
2416 if (start_off + length < blocksize) in __gfs2_punch_hole()
/linux/net/core/
H A Ddatagram.c394 int i, copy = start - offset, start_off = offset, n; in __skb_datagram_iter() local
475 iov_iter_revert(to, offset - start_off); in __skb_datagram_iter()
/linux/drivers/net/ethernet/netronome/nfp/bpf/
H A Dmain.h555 unsigned int start_off; member
H A Dmain.c88 bv->start_off = nn_readw(nn, NFP_NET_CFG_BPF_START); in nfp_bpf_vnic_alloc()
H A Djit.c4555 br_add_offset(&prog[i], bv->start_off); in nfp_bpf_relo_for_vnic()
4559 nfp_prog->tgt_out + bv->start_off); in nfp_bpf_relo_for_vnic()
4563 nfp_prog->tgt_abort + bv->start_off); in nfp_bpf_relo_for_vnic()
4571 off = nfp_prog->tgt_call_push_regs + bv->start_off; in nfp_bpf_relo_for_vnic()
4580 off = nfp_prog->tgt_call_pop_regs + bv->start_off; in nfp_bpf_relo_for_vnic()
4611 immed_add_value(&prog[i], bv->start_off); in nfp_bpf_relo_for_vnic()
/linux/drivers/mtd/nand/raw/
H A Dnand_base.c2634 int start_off, end_off; in nand_subop_get_num_addr_cyc() local
2640 start_off = nand_subop_get_addr_start_off(subop, instr_idx); in nand_subop_get_num_addr_cyc()
2648 return end_off - start_off; in nand_subop_get_num_addr_cyc()
2688 int start_off = 0, end_off; in nand_subop_get_data_len() local
2694 start_off = nand_subop_get_data_start_off(subop, instr_idx); in nand_subop_get_data_len()
2702 return end_off - start_off; in nand_subop_get_data_len()
/linux/drivers/input/touchscreen/
H A Datmel_mxt_ts.c1343 static u32 mxt_calculate_crc(u8 *base, off_t start_off, off_t end_off) in mxt_calculate_crc() argument
1346 u8 *ptr = base + start_off; in mxt_calculate_crc()
1349 if (end_off < start_off) in mxt_calculate_crc()