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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c220 static BOOL bitmap_allocate(LCN lcn, s64 length) function
299 && !bitmap_allocate(first - begin_length,
303 && !bitmap_allocate(last, end_length))
341 bitmap_allocate(lcn, length);
3506 if (!bitmap_allocate(g_vol->nr_clusters,
3547 return (bitmap_allocate(i,1));
3608 bitmap_allocate(g_mft_lcn,j);
3634 done = bitmap_allocate(g_mftmirr_lcn,j);
3716 return (bitmap_allocate(g_logfile_lcn,j));
3742 return (bitmap_allocate(
[all...]

Completed in 95 milliseconds