Lines Matching defs:blocks
60 #define WRN_NOBLKS "The %s filesystem has %llu free blocks. The current " \
61 "installation requires %llu blocks, which includes a " \
63 "deleted files. %llu more blocks are needed."
165 * statvfs returns number of fragment size blocks
166 * so will change this to number of 512 byte blocks
336 * negative blocks show room freed, but since
338 * 0 blocks usage
357 long blocks, nodes;
372 blocks = nodes = 0;
378 (void) sscanf(line, "%s %ld %ld", path, &blocks, &nodes);
400 fs_tab->bused += blocks;