Lines Matching defs:bitmap
542 static int report_block(struct dquot *dquot, uint blk, char *bitmap,
556 set_bit(bitmap, blk);
587 static int report_tree(struct dquot *dquot, uint blk, int depth, char *bitmap,
603 if (blk && !get_bit(bitmap, blk))
604 entries += report_block(dquot, blk, bitmap,
613 bitmap, process_dquot,
636 char *bitmap;
645 if (ext2fs_get_memzero((info->dqi_blocks + 7) >> 3, &bitmap)) {
649 v2info->dqi_used_entries = report_tree(dquot, QT_TREEOFF, 0, bitmap,
651 v2info->dqi_data_blocks = find_set_bits(bitmap, info->dqi_blocks);
652 ext2fs_free_mem(&bitmap);