sectors_to_move   209 drivers/md/bcache/movinggc.c 		unsigned int sectors_to_move = 0;
sectors_to_move   223 drivers/md/bcache/movinggc.c 				sectors_to_move += GC_SECTORS_USED(b);
sectors_to_move   226 drivers/md/bcache/movinggc.c 				sectors_to_move -= bucket_heap_top(ca);
sectors_to_move   227 drivers/md/bcache/movinggc.c 				sectors_to_move += GC_SECTORS_USED(b);
sectors_to_move   234 drivers/md/bcache/movinggc.c 		while (sectors_to_move > reserve_sectors) {
sectors_to_move   236 drivers/md/bcache/movinggc.c 			sectors_to_move -= GC_SECTORS_USED(b);