Lines Matching defs:bitmap
9 * In extreme case code reads on-disk bitmap to find free clusters.
495 * wnd_rescan - Scan all bitmap. Used while initialization.
810 * It scans every bit in bitmap and marks free bit as used.
847 * Return: True if all clusters [bit, bit+bits) are free (bitmap only).
1332 * wnd_extend - Extend bitmap ($MFT bitmap).
1434 struct wnd_bitmap *wnd = &sbi->used.bitmap;
1559 unsigned int ntfs_bitmap_weight_le(const void *bitmap, int bits)
1561 const ulong *bmp = bitmap;
1569 w += hweight_long(ul_to_cpu(((bitmap_ulong *)bitmap)[k]) &