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

/freebsd-current/usr.bin/du/
H A Ddu.c74 static long blocksize, cblocksize; variable
106 cblocksize = DEV_BSIZE;
123 cblocksize = atoi(optarg);
124 if (errno == ERANGE || cblocksize <= 0) {
229 if (!Aflag && (cblocksize % DEV_BSIZE) != 0)
230 cblocksize = howmany(cblocksize, DEV_BSIZE) * DEV_BSIZE;
247 cblocksize /= DEV_BSIZE;
252 threshold = howmany(threshold / DEV_BSIZE * cblocksize,
275 howmany(p->fts_statp->st_size, cblocksize)
[all...]

Completed in 65 milliseconds