Home
last modified time | relevance | path

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

/linux-6.12.1/fs/btrfs/
Dfile-item.c353 u32 bio_offset = 0; in btrfs_lookup_bio_sums() local
404 while (bio_offset < orig_len) { in btrfs_lookup_bio_sums()
406 u64 cur_disk_bytenr = orig_disk_bytenr + bio_offset; in btrfs_lookup_bio_sums()
408 (bio_offset >> fs_info->sectorsize_bits) * csum_size; in btrfs_lookup_bio_sums()
411 orig_len - bio_offset, csum_dst); in btrfs_lookup_bio_sums()
435 u64 file_offset = bbio->file_offset + bio_offset; in btrfs_lookup_bio_sums()
446 bio_offset += count * sectorsize; in btrfs_lookup_bio_sums()
Dbio.c216 u32 bio_offset, in repair_one_sector() argument
230 failed_bbio->file_offset + bio_offset); in repair_one_sector()
256 repair_bbio->file_offset = failed_bbio->file_offset + bio_offset; in repair_one_sector()
Dbtrfs_inode.h526 u32 bio_offset, struct bio_vec *bv);
Dextent_io.c1632 u32 bio_offset = 0; in end_bbio_meta_write() local
1638 u64 start = eb->start + bio_offset; in end_bbio_meta_write()
1643 bio_offset += len; in end_bbio_meta_write()
3402 u32 bio_offset = 0; in end_bbio_meta_read() local
3426 u64 start = eb->start + bio_offset; in end_bbio_meta_read()
3434 bio_offset += len; in end_bbio_meta_read()
Dinode.c3335 u32 bio_offset, struct bio_vec *bv) in btrfs_data_csum_ok() argument
3339 u64 file_offset = bbio->file_offset + bio_offset; in btrfs_data_csum_ok()
3358 csum_expected = bbio->csum + (bio_offset >> fs_info->sectorsize_bits) * in btrfs_data_csum_ok()
/linux-6.12.1/fs/jfs/
Djfs_metapage.c358 unsigned long bio_offset = 0; in metapage_write_folio() local
397 bio_add_folio_nofail(bio, folio, bio_bytes, bio_offset); in metapage_write_folio()
429 bio_offset = offset; in metapage_write_folio()
436 bio_add_folio_nofail(bio, folio, bio_bytes, bio_offset); in metapage_write_folio()
/linux-6.12.1/drivers/md/dm-vdo/
Dvio.c47 return ((pbn == VDO_GEOMETRY_BLOCK_LOCATION) ? pbn : pbn + vdo->geometry.bio_offset); in pbn_from_vio_bio()
179 pbn -= vdo->geometry.bio_offset; in vdo_set_bio_properties()
Dencodings.c254 block_count_t bio_offset = 0; in decode_volume_geometry() local
268 decode_u64_le(buffer, offset, &bio_offset); in decode_volume_geometry()
269 geometry->bio_offset = bio_offset; in decode_volume_geometry()
Dencodings.h100 block_count_t bio_offset; member
Ddedupe.c2189 geometry.bio_offset) * VDO_BLOCK_SIZE); in initialize_index()
Ddm-vdo-target.c2544 physical_block_number_t pbn = partition->offset - vdo->geometry.bio_offset; in partition_to_region()
Dslab-depot.c3428 pbn = slab->journal_origin - depot->vdo->geometry.bio_offset; in erase_next_slab_journal()
/linux-6.12.1/drivers/mtd/
Dmtd_blkdevs.c67 buf = kmap(bio_page(req->bio)) + bio_offset(req->bio); in do_blktrans_request()
86 buf = kmap(bio_page(req->bio)) + bio_offset(req->bio); in do_blktrans_request()
/linux-6.12.1/include/linux/
Dbio.h36 #define bio_offset(bio) bio_iter_offset((bio), (bio)->bi_iter) macro
76 return page_address(bio_page(bio)) + bio_offset(bio); in bio_data()
/linux-6.12.1/drivers/cdrom/
Dgdrom.c585 __raw_writel(page_to_phys(bio_page(req->bio)) + bio_offset(req->bio), in gdrom_readdisk_dma()
/linux-6.12.1/drivers/block/
Dswim3.c419 return page_to_phys(bio_page(bio)) + bio_offset(bio); in swim3_bio_phys()