Home
last modified time | relevance | path

Searched refs:start_block (Results 1 – 16 of 16) sorted by relevance

/linux/fs/squashfs/
H A Dfragment.c41 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 Dsquashfs_fs.h265 __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 Did.c38 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 Dxattr_id.c34 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 Dinode.c177 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 Dfile.c163 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 Dvidioc-g-edid.rst60 ``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 Dv4l2-common.h50 __u32 start_block; member
/linux/block/partitions/
H A Dmac.h15 __be32 start_block; /* absolute starting block # of partition */ member
/linux/fs/xfs/
H A Dxfs_log_recover.c1508 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 Ddasd_diag.h63 sblocknum_t start_block; member
/linux/drivers/hwtracing/intel_th/
H A Dmsu.c99 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 Dvio.h180 u64 start_block; member
/linux/drivers/input/mouse/
H A Dcyapa_gen3.c699 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 Dsuper.c1199 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 Dvdo.c479 vdo->geometry.regions[VDO_DATA_REGION].start_block + in vdo_format()