Searched refs:stripe_offset (Results 1 – 7 of 7) sorted by relevance
796 u32 stripe_offset; in filelayout_pg_test() local819 &stripe_offset); in filelayout_pg_test()820 WARN_ON_ONCE(stripe_offset > stripe_unit); in filelayout_pg_test()821 if (stripe_offset >= stripe_unit) in filelayout_pg_test()823 return min(stripe_unit - (unsigned int)stripe_offset, size); in filelayout_pg_test()
561 unsigned int stripe_offset, sectors_dirty; in bcache_dev_sectors_dirty_add() local574 stripe_offset = offset & (d->stripe_size - 1); in bcache_dev_sectors_dirty_add()578 d->stripe_size - stripe_offset); in bcache_dev_sectors_dirty_add()594 stripe_offset = 0; in bcache_dev_sectors_dirty_add()
3658 u64 stripe_offset; in chunk_drange_filter() local3679 if (stripe_offset < bargs->pend && in chunk_drange_filter()5934 u64 stripe_offset; in __btrfs_map_block_for_discard() local6046 stripe_offset = 0; in __btrfs_map_block_for_discard()6289 u64 stripe_offset; in btrfs_get_io_geometry() local6306 if (offset < stripe_offset) { in btrfs_get_io_geometry()6314 stripe_offset = offset - stripe_offset; in btrfs_get_io_geometry()6354 io_geom->stripe_offset = stripe_offset; in btrfs_get_io_geometry()6368 u64 stripe_offset; in __btrfs_map_block() local6402 stripe_offset = geom.stripe_offset; in __btrfs_map_block()[all …]
1145 unsigned long stripe_offset; in index_rbio_pages() local1155 stripe_offset = start - rbio->bioc->raid_map[0]; in index_rbio_pages()1156 page_index = stripe_offset >> PAGE_SHIFT; in index_rbio_pages()2273 int stripe_offset; in raid56_add_scrub_pages() local2279 stripe_offset = (int)(logical - rbio->bioc->raid_map[0]); in raid56_add_scrub_pages()2280 index = stripe_offset >> PAGE_SHIFT; in raid56_add_scrub_pages()
30 u64 stripe_offset; member
1235 u64 *stripe_offset) in scrub_stripe_index_and_offset() argument1252 *stripe_offset = logical - raid_map[i]; in scrub_stripe_index_and_offset()1256 *stripe_offset = 0; in scrub_stripe_index_and_offset()1274 u64 stripe_offset; in scrub_setup_recheck_block() local1357 &stripe_offset); in scrub_setup_recheck_block()1359 stripe_offset; in scrub_setup_recheck_block()
1725 BTRFS_SETGET_FUNCS(stripe_offset, struct btrfs_stripe, offset, 64);
Completed in 39 milliseconds