Searched refs:g_mft_bitmap (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c181 static u8 *g_mft_bitmap = NULL; variable
3134 free(g_mft_bitmap); g_mft_bitmap = NULL;
3586 g_mft_bitmap = ntfs_calloc(g_mft_bitmap_byte_size);
3587 if (!g_mft_bitmap)
4130 ntfs_bit_set(g_mft_bitmap, 0LL + i, 1);
4233 g_mft_bitmap, g_mft_bitmap_byte_size);
4852 g_mft_bitmap = NULL;

Completed in 63 milliseconds