Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dfile-item.c351 u32 bio_offset = 0; in btrfs_lookup_bio_sums() local
402 while (bio_offset < orig_len) { in btrfs_lookup_bio_sums()
404 u64 cur_disk_bytenr = orig_disk_bytenr + bio_offset; in btrfs_lookup_bio_sums()
406 (bio_offset >> fs_info->sectorsize_bits) * csum_size; in btrfs_lookup_bio_sums()
409 orig_len - bio_offset, csum_dst); in btrfs_lookup_bio_sums()
433 u64 file_offset = bbio->file_offset + bio_offset; in btrfs_lookup_bio_sums()
444 bio_offset += count * sectorsize; in btrfs_lookup_bio_sums()
H A Dbio.c219 u32 bio_offset, in repair_one_sector() argument
233 failed_bbio->file_offset + bio_offset); in repair_one_sector()
259 repair_bbio->file_offset = failed_bbio->file_offset + bio_offset; in repair_one_sector()
H A Dbtrfs_inode.h526 u32 bio_offset, struct bio_vec *bv);
H A Dextent_io.c1730 u32 bio_offset = 0; in end_bbio_meta_write() local
1736 u64 start = eb->start + bio_offset; in end_bbio_meta_write()
1741 bio_offset += len; in end_bbio_meta_write()
3513 u32 bio_offset = 0; in end_bbio_meta_read() local
3537 u64 start = eb->start + bio_offset; in end_bbio_meta_read()
3545 bio_offset += len; in end_bbio_meta_read()
H A Dinode.c3353 u32 bio_offset, struct bio_vec *bv) in btrfs_data_csum_ok() argument
3357 u64 file_offset = bbio->file_offset + bio_offset; in btrfs_data_csum_ok()
3376 csum_expected = bbio->csum + (bio_offset >> fs_info->sectorsize_bits) * in btrfs_data_csum_ok()
/linux/fs/jfs/
H A 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/include/linux/
H A Dbio.h33 #define bio_offset(bio) bio_iter_offset((bio), (bio)->bi_iter) macro
73 return page_address(bio_page(bio)) + bio_offset(bio); in bio_data()
/linux/drivers/cdrom/
H A Dgdrom.c585 __raw_writel(page_to_phys(bio_page(req->bio)) + bio_offset(req->bio), in gdrom_readdisk_dma()
/linux/drivers/md/dm-vdo/
H A Dencodings.h100 block_count_t bio_offset; member
H A Ddm-vdo-target.c2544 physical_block_number_t pbn = partition->offset - vdo->geometry.bio_offset; in partition_to_region()
H A Ddedupe.c2190 geometry.bio_offset) * VDO_BLOCK_SIZE); in initialize_index()