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

/freebsd-10.1-release/usr.bin/du/
H A Ddu.c80 static long blocksize, cblocksize; variable
107 cblocksize = DEV_BSIZE;
119 cblocksize = atoi(optarg);
120 if (errno == ERANGE || cblocksize <= 0) {
222 if (!Aflag && (cblocksize % DEV_BSIZE) != 0)
223 cblocksize = howmany(cblocksize, DEV_BSIZE) * DEV_BSIZE;
240 cblocksize /= DEV_BSIZE;
245 threshold = howmany(threshold / DEV_BSIZE * cblocksize,
266 howmany(p->fts_statp->st_size, cblocksize)
[all...]

Completed in 108 milliseconds