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

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c190 static runlist *g_rl_boot = NULL; variable
3136 free(g_rl_boot); g_rl_boot = NULL;
3786 g_rl_boot = ntfs_malloc(2 * sizeof(runlist));
3787 if (!g_rl_boot)
3790 g_rl_boot[0].vcn = 0LL;
3791 g_rl_boot[0].lcn = 0LL;
3797 g_rl_boot[1].vcn = j;
3798 g_rl_boot[0].length = j;
3799 g_rl_boot[
[all...]

Completed in 43 milliseconds