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

/freebsd-11-stable/usr.bin/du/
H A Ddu.c85 static long blocksize, cblocksize; variable
117 cblocksize = DEV_BSIZE;
130 cblocksize = atoi(optarg);
131 if (errno == ERANGE || cblocksize <= 0) {
236 if (!Aflag && (cblocksize % DEV_BSIZE) != 0)
237 cblocksize = howmany(cblocksize, DEV_BSIZE) * DEV_BSIZE;
254 cblocksize /= DEV_BSIZE;
259 threshold = howmany(threshold / DEV_BSIZE * cblocksize,
280 howmany(p->fts_statp->st_size, cblocksize)
[all...]

Completed in 104 milliseconds