Home
last modified time | relevance | path

Searched refs:toqb (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/quota/
Dquotaio.h34 #define toqb(x) (((x) + QUOTABLOCK_SIZE - 1) >> QUOTABLOCK_BITS) macro
Dquotaio.c81 if (q->dq_dqb.dqb_bsoftlimit && toqb(q->dq_dqb.dqb_curspace) > in update_grace_times()