Searched refs:devblocks (Results 1 - 1 of 1) sorted by relevance

/linux-master/init/
H A Ddo_mounts_rd.c189 unsigned long rd_blocks, devblocks; local
232 devblocks = nblocks;
234 devblocks = nr_blocks(in_file);
236 if (devblocks == 0) {
248 nblocks, ((nblocks-1)/devblocks)+1, nblocks>devblocks ? "s" : "");
250 if (i && (i % devblocks == 0)) {

Completed in 101 milliseconds