| /linux/tools/testing/selftests/mm/ |
| H A D | hugetlb_dio.c | 48 static bool check_dio_alignment(unsigned int start_off, in run_dio_using_hugetlb() 51 unsigned int writesize = end_off - start_off; in run_dio_using_hugetlb() 60 if (start_off % align != 0 || writesize % align != 0) { in run_dio_using_hugetlb() 62 align, start_off, writesize); in run_dio_using_hugetlb() 69 static void run_dio_using_hugetlb(int fd, unsigned int start_off, in run_dio_using_hugetlb() 81 if (!check_dio_alignment(start_off, end_off, align)) in run_dio_using_hugetlb() 84 writesize = end_off - start_off; in run_dio_using_hugetlb() 103 buffer += start_off; in main() 128 "free huge pages from %u-%u\n", start_off, end_off); 23 run_dio_using_hugetlb(unsigned int start_off,unsigned int end_off) run_dio_using_hugetlb() argument
|
| /linux/fs/isofs/ |
| H A D | compress.c | 211 loff_t start_off, end_off; in zisofs_fill_pages() local 231 start_off = page_offset(pages[full_page]); in zisofs_fill_pages() 232 end_off = min_t(loff_t, start_off + PAGE_SIZE, inode->i_size); in zisofs_fill_pages() 234 cstart_block = start_off >> zisofs_block_shift; in zisofs_fill_pages() 238 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 | 82 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/sound/soc/fsl/ |
| H A D | fsl_sai.h | 283 unsigned int start_off[2]; 274 unsigned int start_off[2]; global() member
|
| H A D | fsl_sai.c | 738 dl_cfg[dl_cfg_idx].start_off[tx] * 0x4; in fsl_sai_hw_params() 1482 cfg[0].start_off[0] = 0; in fsl_sai_read_dlcfg() 1487 cfg[0].start_off[1] = 0; in fsl_sai_read_dlcfg() 1520 cfg[i].start_off[0] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM); in fsl_sai_read_dlcfg() 1526 cfg[i].start_off[1] = find_first_bit(&dl_mask, FSL_SAI_DL_NUM); in fsl_sai_read_dlcfg()
|
| /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 | 2445 unsigned int start_off, end_len; in __gfs2_punch_hole() local 2447 start_off = offset & (blocksize - 1); in __gfs2_punch_hole() 2449 if (start_off) { in __gfs2_punch_hole() 2451 if (length > blocksize - start_off) in __gfs2_punch_hole() 2452 len = blocksize - start_off; in __gfs2_punch_hole() 2456 if (start_off + length < blocksize) in __gfs2_punch_hole()
|
| /linux/drivers/dma/dw-edma/ |
| H A D | dw-edma-pcie.c | 162 enum pci_barno bar, off_t start_off, in dw_edma_set_chan_region_offset() argument 171 off = start_off; in dw_edma_set_chan_region_offset()
|
| /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()
|
| /linux/io_uring/ |
| H A D | zcrx.c | 1813 unsigned start, start_off = offset; in io_zcrx_recv_skb() local 1902 if (offset == start_off) in io_zcrx_recv_skb() 1904 desc->count -= (offset - start_off); in io_zcrx_recv_skb() 1905 return offset - start_off; in io_zcrx_recv_skb()
|
| /linux/drivers/input/touchscreen/ |
| H A D | atmel_mxt_ts.c | 1340 static u32 mxt_calculate_crc(u8 *base, off_t start_off, off_t end_off) in mxt_calculate_crc() argument 1343 u8 *ptr = base + start_off; in mxt_calculate_crc() 1346 if (end_off < start_off) in mxt_calculate_crc()
|
| /linux/fs/ext4/ |
| H A D | mballoc.c | 4525 loff_t size, start_off, end; in ext4_mb_normalize_request() local 4565 start_off = 0; in ext4_mb_normalize_request() 4576 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 4580 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 4585 start_off = ((loff_t)ac->ac_o_ex.fe_logical >> in ext4_mb_normalize_request() 4589 start_off = (loff_t) ac->ac_o_ex.fe_logical << bsbits; in ext4_mb_normalize_request() 4594 start = start_off >> bsbits; in ext4_mb_normalize_request()
|
| /linux/fs/btrfs/ |
| H A D | backref.c | 2040 u64 start_off, struct btrfs_path *path, in btrfs_find_one_extref() argument 2053 key.offset = start_off; in btrfs_find_one_extref()
|
| /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()
|