Lines Matching defs:total
489 u64 total = 0, used, free;
506 total = ci->i_max_bytes >> CEPH_BLOCK_SHIFT;
509 if (!total) {
510 total = ci->i_max_bytes >> CEPH_4K_BLOCK_SHIFT;
517 free = total > used ? total - used : 0;
519 * total=used=4KB,free=0 when quota is full
520 * and total=free=4KB, used=0 otherwise */
521 if (!total) {
522 total = 1;
528 if (total) {
529 buf->f_blocks = total;