Home | History | Annotate | Download | only in fsck

Lines Matching defs:bitmap

552 static int report_block(struct dquot *dquot, unsigned int blk, char *bitmap,
566 set_bit(bitmap, blk);
602 char *bitmap, int *entries,
623 if (!get_bit(bitmap, blk))
624 *entries += report_block(dquot, blk, bitmap,
627 if (report_tree(dquot, blk, depth + 1, bitmap, entries,
654 char *bitmap
662 if (quota_get_memzero((info->dqi_blocks + 7) >> 3, &bitmap))
664 if (report_tree(dquot, QT_TREEOFF, 0, bitmap, &entries, process_dquot,
669 v2info->dqi_data_blocks = find_set_bits(bitmap, info->dqi_blocks);
673 if (bitmap)
674 quota_free_mem(&bitmap);