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

/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c176 static runlist *g_rl_logfile = NULL; variable
3077 free(g_rl_logfile); g_rl_logfile = NULL;
3650 g_rl_logfile = ntfs_malloc(2 * sizeof(runlist));
3651 if (!g_rl_logfile)
3657 g_rl_logfile[0].vcn = 0LL;
3658 g_rl_logfile[0].lcn = g_logfile_lcn;
3688 while (g_rl_logfile[0].lcn + j >= g_vol->nr_clusters) {
3711 g_rl_logfile[1].vcn = j;
3712 g_rl_logfile[
[all...]

Completed in 47 milliseconds