Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/quota/
Dquotaio_tree.h14 #define QT_BLKSIZE_BITS 10 macro
15 #define QT_BLKSIZE (1 << QT_BLKSIZE_BITS) /* Size of block with quota
Dquotaio_tree.c65 err = h->e2fs_read(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf, in read_blk()
78 err = h->e2fs_write(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf, in write_blk()
241 (blk << QT_BLKSIZE_BITS) + sizeof(struct qt_disk_dqdbheader) + in find_free_dqentry()
357 if (dquot->dq_dqb.u.v2_mdqb.dqb_off >> QT_BLKSIZE_BITS != blk) in free_dqentry()
361 QT_BLKSIZE_BITS)); in free_dqentry()
373 ((1 << QT_BLKSIZE_BITS) - 1)), in free_dqentry()
459 return (blk << QT_BLKSIZE_BITS) + sizeof(struct qt_disk_dqdbheader) + in find_block_dqentry()
565 (blk << QT_BLKSIZE_BITS) + in report_block()