ntfs_bit_set
extern void ntfs_bit_set(u8 *bitmap, const u64 bit, const u8 new_value);
ntfs_bit_set(bmp, 0ULL, 1);
ntfs_bit_set(g_mft_bitmap, 0LL + i, 1);