Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/support/
Dquotaio_tree.h14 #define QT_BLKSIZE_BITS 10 macro
15 #define QT_BLKSIZE (1 << QT_BLKSIZE_BITS) /* Size of block with quota
Dquotaio_tree.c66 err = h->e2fs_read(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf, in read_blk()
79 err = h->e2fs_write(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf, in write_blk()
245 (blk << QT_BLKSIZE_BITS) + sizeof(struct qt_disk_dqdbheader) + in find_free_dqentry()
364 if (dquot->dq_dqb.u.v2_mdqb.dqb_off >> QT_BLKSIZE_BITS != blk) in free_dqentry()
368 QT_BLKSIZE_BITS)); in free_dqentry()
380 ((1 << QT_BLKSIZE_BITS) - 1)), in free_dqentry()
466 return (blk << QT_BLKSIZE_BITS) + sizeof(struct qt_disk_dqdbheader) + in find_block_dqentry()
572 (blk << QT_BLKSIZE_BITS) + in report_block()