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

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c280 static BOOL bitmap_allocate(LCN lcn, s64 length) function
359 && !bitmap_allocate(first - begin_length,
363 && !bitmap_allocate(last, end_length))
401 bitmap_allocate(lcn, length);
3566 if (!bitmap_allocate(g_vol->nr_clusters,
3607 return (bitmap_allocate(i,1));
3668 bitmap_allocate(g_mft_lcn,j);
3694 done = bitmap_allocate(g_mftmirr_lcn,j);
3776 return (bitmap_allocate(g_logfile_lcn,j));
3802 return (bitmap_allocate(
[all...]

Completed in 44 milliseconds