Home | History | Annotate | Download | only in scan_ffs

Lines Matching defs:BLOCKS

103 enum { NADA=0, VERBOSE=1, LABELS=2, BLOCKS=4 };
198 case BLOCKS:
206 if (flag == BLOCKS)
226 if (flags & BLOCKS) {
227 ffs_printpart(sbi, BLOCKS, 0, n);
289 case BLOCKS:
327 if (flags & BLOCKS) {
329 lfs_printpart(sbi, BLOCKS, n);
411 n = snprintf(buf, sizeof(buf), "%s: done %ju of %ju blocks (%3.2f%%)\n",
503 flags |= BLOCKS;
516 flags &= ~BLOCKS;