| /linux/fs/squashfs/ |
| H A D | fragment.c | 41 u64 start_block; in squashfs_frag_lookup() local 48 start_block = le64_to_cpu(msblk->fragment_index[block]); in squashfs_frag_lookup() 50 size = squashfs_read_metadata(sb, &fragment_entry, &start_block, in squashfs_frag_lookup() 55 *fragment_block = le64_to_cpu(fragment_entry.start_block); in squashfs_frag_lookup()
|
| H A D | squashfs_fs.h | 265 __le32 start_block; member 342 __le32 start_block; member 356 __le64 start_block; member 373 __le32 start_block; member 389 __le32 start_block; member 420 __le32 start_block; member 425 __le64 start_block; member
|
| H A D | id.c | 38 u64 start_block; in squashfs_get_id() local 45 start_block = le64_to_cpu(msblk->id_table[block]); in squashfs_get_id() 47 err = squashfs_read_metadata(sb, &disk_id, &start_block, &offset, in squashfs_get_id()
|
| H A D | xattr_id.c | 34 u64 start_block; in squashfs_xattr_lookup() local 41 start_block = le64_to_cpu(msblk->xattr_id_table[block]); in squashfs_xattr_lookup() 43 err = squashfs_read_metadata(sb, &id, &start_block, &offset, in squashfs_xattr_lookup()
|
| H A D | cache.c | 387 u64 start_block, int length) in squashfs_get_fragment() argument 391 return squashfs_cache_get(sb, msblk->fragment_cache, start_block, in squashfs_get_fragment() 402 u64 start_block, int length) in squashfs_get_datablock() argument 406 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()
|
| H A D | inode.c | 177 squashfs_i(inode)->start = le32_to_cpu(sqsh_ino->start_block); in squashfs_read_inode() 237 squashfs_i(inode)->start = le64_to_cpu(sqsh_ino->start_block); in squashfs_read_inode() 261 squashfs_i(inode)->start = le32_to_cpu(sqsh_ino->start_block); in squashfs_read_inode() 286 squashfs_i(inode)->start = le32_to_cpu(sqsh_ino->start_block); in squashfs_read_inode()
|
| H A D | file.c | 163 u64 *start_block, int *offset) in read_indexes() argument 177 err = squashfs_read_metadata(sb, blist, start_block, in read_indexes() 181 *start_block, *offset); in read_indexes()
|
| /linux/Documentation/userspace-api/media/v4l/ |
| H A D | vidioc-g-edid.rst | 60 ``start_block``, ``blocks`` and ``edid`` fields, zero the ``reserved`` 62 ``start_block`` and of size ``blocks`` will be placed in the memory 73 If ``start_block`` and ``blocks`` are both set to 0 when 85 ``pad``, ``blocks`` and ``edid`` fields, set ``start_block`` to 0 and 93 maximum that the hardware supports. If ``start_block`` is any value 117 - ``start_block``
|
| /linux/fs/hfs/ |
| H A D | btree.c | 28 sector_t start_block; in hfs_btree_open() local 89 start_block = HFS_SB(sb)->fs_start + (dblock * HFS_SB(sb)->fs_div); in hfs_btree_open() 96 bh = sb_bread(sb, start_block); in hfs_btree_open() 107 start_block++; in hfs_btree_open()
|
| /linux/include/uapi/linux/ |
| H A D | v4l2-common.h | 50 __u32 start_block; member
|
| /linux/block/partitions/ |
| H A D | mac.h | 15 __be32 start_block; /* absolute starting block # of partition */ member
|
| /linux/fs/xfs/ |
| H A D | xfs_log_recover.c | 1507 int start_block, in xlog_write_log_records() argument 1516 int end_block = start_block + blocks; in xlog_write_log_records() 1540 balign = round_down(start_block, sectbb); in xlog_write_log_records() 1541 if (balign != start_block) { in xlog_write_log_records() 1542 error = xlog_bread_noalign(log, start_block, 1, buffer); in xlog_write_log_records() 1546 j = start_block - balign; in xlog_write_log_records() 1549 for (i = start_block; i < end_block; i += bufblks) { in xlog_write_log_records() 1552 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records() 1560 if (j == 0 && (start_block + endcount > ealign)) { in xlog_write_log_records() 1562 buffer + BBTOB(ealign - start_block)); in xlog_write_log_records() [all …]
|
| /linux/drivers/hwtracing/intel_th/ |
| H A D | msu.c | 99 struct scatterlist *start_block; member 491 if (iter->start_block) in msc_iter_block_start() 494 iter->start_block = msc_win_oldest_sg(iter->win); in msc_iter_block_start() 495 iter->block = iter->start_block; in msc_iter_block_start() 518 iter->start_block = NULL; in msc_iter_win_start() 528 iter->start_block = NULL; in msc_iter_win_advance() 545 if (iter->wrap_count && iter->block == iter->start_block) { in msc_iter_block_advance() 564 if (!iter->wrap_count && iter->block == iter->start_block) in msc_iter_block_advance() 621 if (iter->block == iter->start_block && iter->wrap_count == 2) { in msc_buffer_iterate()
|
| /linux/drivers/s390/block/ |
| H A D | dasd_diag.h | 63 sblocknum_t start_block; member
|
| /linux/drivers/md/ |
| H A D | dm-zoned-metadata.c | 2694 sector_t start_block = *chunk_block; in dmz_first_valid_block() local 2697 ret = dmz_to_next_set_block(zmd, zone, start_block, in dmz_first_valid_block() 2698 zmd->zone_nr_blocks - start_block, 1); in dmz_first_valid_block() 2702 start_block += ret; in dmz_first_valid_block() 2703 *chunk_block = start_block; in dmz_first_valid_block() 2705 return dmz_to_next_set_block(zmd, zone, start_block, in dmz_first_valid_block() 2706 zmd->zone_nr_blocks - start_block, 0); in dmz_first_valid_block()
|
| /linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| H A D | extron-da-hd-4k-plus.c | 1272 if (edid->start_block == 0 && edid->blocks == 0) { in extron_g_edid() 1276 if (edid->start_block >= port->edid_blocks) in extron_g_edid() 1278 if (edid->blocks > port->edid_blocks - edid->start_block) in extron_g_edid() 1279 edid->blocks = port->edid_blocks - edid->start_block; in extron_g_edid() 1280 memcpy(edid->edid, port->edid + edid->start_block * 128, edid->blocks * 128); in extron_g_edid()
|
| /linux/drivers/media/pci/cobalt/ |
| H A D | cobalt-driver.c | 501 .start_block = 0, in cobalt_subdevs_init() 594 .start_block = 0, in cobalt_subdevs_hsma_init()
|
| /linux/drivers/media/i2c/ |
| H A D | tda1997x.c | 1848 if (edid->start_block == 0 && edid->blocks == 0) { in tda1997x_get_edid() 1856 if (edid->start_block >= state->edid.blocks) in tda1997x_get_edid() 1859 if (edid->start_block + edid->blocks > state->edid.blocks) in tda1997x_get_edid() 1860 edid->blocks = state->edid.blocks - edid->start_block; in tda1997x_get_edid() 1862 memcpy(edid->edid, state->edid.edid + edid->start_block * 128, in tda1997x_get_edid() 1876 if (edid->start_block != 0) in tda1997x_set_edid()
|
| /linux/drivers/input/mouse/ |
| H A D | cyapa_gen3.c | 699 size_t start_block, size_t block_count, in cyapa_gen3_write_blocks() argument 706 size_t block = start_block + i; in cyapa_gen3_write_blocks()
|
| /linux/arch/sparc/include/asm/ |
| H A D | vio.h | 180 u64 start_block; member
|
| /linux/fs/ocfs2/ |
| H A D | file.c | 1554 u64 start_block, end_block, nr_blocks; in ocfs2_zeroout_partial_cluster() local 1563 start_block = ocfs2_blocks_for_bytes(sb, start); in ocfs2_zeroout_partial_cluster() 1565 nr_blocks = end_block - start_block; in ocfs2_zeroout_partial_cluster() 1577 offset = start_block - ocfs2_clusters_to_blocks(sb, cluster); in ocfs2_zeroout_partial_cluster()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | vdo.c | 479 vdo->geometry.regions[VDO_DATA_REGION].start_block + in vdo_format()
|
| /linux/drivers/media/test-drivers/vivid/ |
| H A D | vivid-vid-cap.c | 1615 if (dev->input_type[edid->pad] != HDMI || edid->start_block) in vidioc_s_edid()
|
| /linux/drivers/media/v4l2-core/ |
| H A D | v4l2-ioctl.c | 857 p->pad, p->start_block, p->blocks); in v4l_print_edid()
|