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

/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c189 static runlist *g_rl_logfile = NULL; variable
3137 free(g_rl_logfile); g_rl_logfile = NULL;
3710 g_rl_logfile = ntfs_malloc(2 * sizeof(runlist));
3711 if (!g_rl_logfile)
3717 g_rl_logfile[0].vcn = 0LL;
3718 g_rl_logfile[0].lcn = g_logfile_lcn;
3748 while (g_rl_logfile[0].lcn + j >= g_vol->nr_clusters) {
3771 g_rl_logfile[1].vcn = j;
3772 g_rl_logfile[
[all...]

Completed in 18 milliseconds