Home
last modified time | relevance | path

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

/Linux-v6.1/fs/btrfs/
Draid56.c1176 int total_sector_nr; in finish_rmw() local
1266 for (total_sector_nr = 0; total_sector_nr < rbio->nr_sectors; in finish_rmw()
1267 total_sector_nr++) { in finish_rmw()
1270 stripe = total_sector_nr / rbio->stripe_nsectors; in finish_rmw()
1271 sectornr = total_sector_nr % rbio->stripe_nsectors; in finish_rmw()
1294 for (total_sector_nr = 0; total_sector_nr < rbio->nr_sectors; in finish_rmw()
1295 total_sector_nr++) { in finish_rmw()
1298 stripe = total_sector_nr / rbio->stripe_nsectors; in finish_rmw()
1299 sectornr = total_sector_nr % rbio->stripe_nsectors; in finish_rmw()
1307 total_sector_nr += rbio->stripe_nsectors - 1; in finish_rmw()
[all …]