| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb_dio.c | 23 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() 87 "free huge pages from %u-%u\n", start_off, end_off); in run_dio_using_hugetlb()
|
| /linux/fs/isofs/ |
| H A D | compress.c | 209 loff_t start_off, end_off; in zisofs_fill_pages() local 229 start_off = page_offset(pages[full_page]); in zisofs_fill_pages() 230 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size); in zisofs_fill_pages() 232 cstart_block = start_off >> zisofs_block_shift; in zisofs_fill_pages() 236 WARN_ON(start_off - (full_page << PAGE_SHIFT) != in zisofs_fill_pages()
|
| /linux/fs/ocfs2/ |
| H A D | ocfs1_fs_compat.h | 37 __u64 start_off; member
|
| /linux/drivers/dax/ |
| H A D | super.c | 81 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev, u64 *start_off, in fs_dax_get_by_bdev() argument 91 *start_off = get_start_sect(bdev) * SECTOR_SIZE; in fs_dax_get_by_bdev() 93 if (*start_off % PAGE_SIZE || part_size % PAGE_SIZE) { in fs_dax_get_by_bdev()
|
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-trbe.c | 685 u64 start_off, end_off; in trbe_get_trace_size() local 715 start_off = PERF_IDX2OFF(handle->head, buf); in trbe_get_trace_size() 717 if (WARN_ON_ONCE(end_off < start_off)) in trbe_get_trace_size() 720 size = end_off - start_off; in trbe_get_trace_size() 728 __trbe_pad_buf(buf, start_off, overwrite_skip); in trbe_get_trace_size()
|
| /linux/drivers/irqchip/ |
| H A D | irq-apple-aic.c | 952 u32 off, start_off; in aic_of_ic_init() local 987 off = start_off = irqc->info.target_cpu; in aic_of_ic_init() 1005 off = start_off = irqc->info.irq_cfg; in aic_of_ic_init() 1032 irqc->info.die_stride = off - start_off; in aic_of_ic_init()
|
| /linux/fs/exfat/ |
| H A D | dir.c | 731 int off = es->start_off + num * DENTRY_SIZE; in exfat_get_dentry_cached() 779 es->start_off = off; in __exfat_get_dentry_set() 891 off = es->start_off + (i << DENTRY_SIZE_BITS); in exfat_validate_empty_dentry_set() 901 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() 1299 es->start_off = EXFAT_DEN_TO_B(i) % sb->s_blocksize; in exfat_get_volume_label_dentry()
|
| H A D | exfat_fs.h | 193 unsigned int start_off; member
|
| /linux/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()
|
| /linux/sound/soc/fsl/ |
| H A D | fsl_sai.c | 687 dl_cfg[dl_cfg_idx].start_off[tx] * 0x4; in fsl_sai_hw_params() 1365 cfg[0].start_off[0] = 0; in fsl_sai_read_dlcfg() 1370 cfg[0].start_off[1] = 0; in fsl_sai_read_dlcfg() 1403 cfg[i].start_off[0] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM); in fsl_sai_read_dlcfg() 1409 cfg[i].start_off[1] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM);
|
| H A D | fsl_sai.h | 274 unsigned int start_off[2]; member
|
| /linux/drivers/scsi/csiostor/ |
| H A D | csio_scsi.c | 1500 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/gfs2/ |
| H A D | bmap.c | 2412 unsigned int start_off, end_len; in __gfs2_punch_hole() local 2414 start_off = offset & (blocksize - 1); in __gfs2_punch_hole() 2416 if (start_off) { in __gfs2_punch_hole() 2418 if (length > blocksize - start_off) in __gfs2_punch_hole() 2419 len = blocksize - start_off; in __gfs2_punch_hole() 2423 if (start_off + length < blocksize) in __gfs2_punch_hole()
|
| /linux/io_uring/ |
| H A D | zcrx.c | 1328 unsigned start, start_off = offset; in io_zcrx_recv_skb() local 1421 if (offset == start_off) in io_zcrx_recv_skb() 1423 desc->count -= (offset - start_off); in io_zcrx_recv_skb() 1424 return offset - start_off; in io_zcrx_recv_skb()
|
| /linux/net/core/ |
| H A D | datagram.c | 395 int i, copy = start - offset, start_off = offset, n; in __skb_datagram_iter() local 476 iov_iter_revert(to, offset - start_off); in __skb_datagram_iter()
|
| /linux/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 | 4555 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/fs/proc/ |
| H A D | vmcore.c | 644 u64 start_off; in mmap_vmcore() local 648 start_off = start - elfcorebuf_sz; in mmap_vmcore() 650 start_off, tsz)) in mmap_vmcore()
|
| /linux/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 2634 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/scsi/ |
| H A D | ipr.c | 3055 u32 num_entries, max_num_entries, start_off, end_off; in ipr_get_ioa_dump() local 3167 start_off = sdt_word & IPR_FMT2_MBX_ADDR_MASK; in ipr_get_ioa_dump() 3171 bytes_to_copy = end_off - start_off; in ipr_get_ioa_dump()
|