Lines Matching defs:blocks
2074 /* Nothing to do for bad blocks*/ ;
2076 /* Cannot record bad blocks on this device */
3356 unsigned long long blocks;
3359 if (kstrtoull(buf, 10, &blocks) < 0)
3362 if (blocks & 1ULL << (8 * sizeof(blocks) - 1))
3365 new = blocks * 2;
3366 if (new != blocks * 2)
3460 /* sysfs access to bad-blocks list.
3462 * 'bad-blocks' lists sector numbers and lengths of ranges that
3467 * 'unacknowledged-bad-blocks' lists bad blocks that have not yet
3468 * been acknowledged. Writing to this file adds bad blocks
7210 * use to determine which style super-blocks are to be found on the devices.
7979 * many dirty RAID5 blocks.
8224 * db: blocks written from mark until now
8396 seq_printf(seq, "\n %llu blocks",
8400 seq_printf(seq, "\n %llu blocks",
8599 void md_done_sync(struct mddev *mddev, int blocks, int ok)
8601 /* another "blocks" (512byte) blocks have been synced */
8602 atomic_sub(blocks, &mddev->recovery_active);