| /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 | 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/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 | 1508 int start_block, in xlog_write_log_records() argument 1517 int end_block = start_block + blocks; in xlog_write_log_records() 1541 balign = round_down(start_block, sectbb); in xlog_write_log_records() 1542 if (balign != start_block) { in xlog_write_log_records() 1543 error = xlog_bread_noalign(log, start_block, 1, buffer); in xlog_write_log_records() 1547 j = start_block - balign; in xlog_write_log_records() 1550 for (i = start_block; i < end_block; i += bufblks) { in xlog_write_log_records() 1553 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records() 1561 if (j == 0 && (start_block + endcount > ealign)) { in xlog_write_log_records() 1563 buffer + BBTOB(ealign - start_block)); in xlog_write_log_records() [all …]
|
| /linux/drivers/s390/block/ |
| H A D | dasd_diag.h | 63 sblocknum_t start_block; member
|
| /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/arch/sparc/include/asm/ |
| H A D | vio.h | 180 u64 start_block; member
|
| /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/fs/udf/ |
| H A D | super.c | 1199 int type1_index, sector_t start_block) in udf_find_vat_block() argument 1212 for (vat_block = start_block; in udf_find_vat_block() 1214 vat_block >= start_block - 3; vat_block--) { in udf_find_vat_block()
|
| /linux/drivers/md/dm-vdo/ |
| H A D | vdo.c | 479 vdo->geometry.regions[VDO_DATA_REGION].start_block + in vdo_format()
|