Lines Matching defs:bitmap
558 static int report_block(struct dquot *dquot, unsigned int blk, char *bitmap,
572 set_bit(bitmap, blk);
606 char *bitmap, int *entries,
627 if (!get_bit(bitmap, blk)) {
628 int num_entry = report_block(dquot, blk, bitmap,
635 if (report_tree(dquot, blk, depth + 1, bitmap, entries,
662 char *bitmap = NULL;
670 if (quota_get_memzero((info->dqi_blocks + 7) >> 3, &bitmap))
672 if (report_tree(dquot, QT_TREEOFF, 0, bitmap, &entries, process_dquot,
677 v2info->dqi_data_blocks = find_set_bits(bitmap, info->dqi_blocks);
681 if (bitmap)
682 quota_free_mem(&bitmap);