Home
last modified time | relevance | path

Searched refs:byte_offset (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/fs/udf/
Dtruncate.c192 loff_t byte_offset; in udf_truncate_extents() local
204 byte_offset = (offset << sb->s_blocksize_bits) + in udf_truncate_extents()
208 WARN_ON(byte_offset); in udf_truncate_extents()
212 extent_trunc(inode, &epos, &eloc, etype, elen, byte_offset); in udf_truncate_extents()
214 if (byte_offset) in udf_truncate_extents()
/linux-4.19.296/virt/kvm/arm/vgic/
Dvgic-v3.c329 int byte_offset, bit_nr; in vgic_v3_lpi_sync_pending_status() local
343 byte_offset = irq->intid / BITS_PER_BYTE; in vgic_v3_lpi_sync_pending_status()
345 ptr = pendbase + byte_offset; in vgic_v3_lpi_sync_pending_status()
384 int byte_offset, bit_nr; in vgic_v3_save_pending_tables() local
395 byte_offset = irq->intid / BITS_PER_BYTE; in vgic_v3_save_pending_tables()
397 ptr = pendbase + byte_offset; in vgic_v3_save_pending_tables()
Dvgic-its.c451 int byte_offset, bit_nr; in its_sync_lpi_pending_table() local
453 byte_offset = intids[i] / BITS_PER_BYTE; in its_sync_lpi_pending_table()
460 if (byte_offset != last_byte_offset) { in its_sync_lpi_pending_table()
462 pendbase + byte_offset, in its_sync_lpi_pending_table()
468 last_byte_offset = byte_offset; in its_sync_lpi_pending_table()
1920 size_t byte_offset; in scan_its_table() local
1930 byte_offset = next_offset * esz; in scan_its_table()
1931 if (byte_offset >= len) in scan_its_table()
1935 gpa += byte_offset; in scan_its_table()
1936 len -= byte_offset; in scan_its_table()
/linux-4.19.296/include/uapi/sound/
Dcompress_offload.h69 __u32 byte_offset; member
/linux-4.19.296/include/linux/
Dhyperv.h287 u32 byte_offset; member
318 u32 byte_offset; member
/linux-4.19.296/fs/reiserfs/
Dinode.c2379 loff_t byte_offset = ((loff_t)block << inode->i_sb->s_blocksize_bits)+1; in map_block_for_writepage() local
2399 make_cpu_key(&key, inode, byte_offset, TYPE_ANY, 3); in map_block_for_writepage()
2429 p += (byte_offset - 1) & (PAGE_SIZE - 1); in map_block_for_writepage()
2467 (byte_offset + bytes_copied) < inode->i_size) { in map_block_for_writepage()
/linux-4.19.296/fs/btrfs/
Dextent_io.c5759 size_t byte_offset = BIT_BYTE(nr); in eb_bitmap_offset() local
5767 offset = start_offset + start + byte_offset; in eb_bitmap_offset()