Searched refs:bio_off (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/md/dm-pcache/ |
| H A D | cache_req.c | 91 struct pcache_request *pcache_req, u32 bio_off) in cache_copy_from_req_bio() argument 98 return segment_copy_from_bio(segment, pos->seg_off, key->len, pcache_req->bio, bio_off); in cache_copy_from_req_bio() 102 u32 bio_off, u32 len, struct pcache_cache_pos *pos, u64 key_gen) in cache_copy_to_req_bio() argument 114 ret = segment_copy_to_bio(segment, pos->seg_off, len, pcache_req->bio, bio_off); in cache_copy_to_req_bio() 165 ret = cache_copy_from_req_bio(cache, key, pcache_req, backing_req->req.bio_off); in miss_read_end_req()
|
| /linux/fs/btrfs/ |
| H A D | scrub.c | 1315 u32 bio_off = (bbio->bio.bi_iter.bi_sector << SECTOR_SHIFT) - in scrub_submit_write_bio() local 1318 fill_writer_pointer_gap(sctx, stripe->physical + bio_off); in scrub_submit_write_bio() 1333 if (!test_bit(bio_off >> fs_info->sectorsize_bits, in scrub_submit_write_bio()
|