Lines Matching refs:g_rl_logfile
193 static runlist *g_rl_logfile = NULL;
3439 free(g_rl_logfile); g_rl_logfile = NULL;
4030 g_rl_logfile = ntfs_malloc(2 * sizeof(runlist));
4031 if (!g_rl_logfile)
4037 g_rl_logfile[0].vcn = 0LL;
4038 g_rl_logfile[0].lcn = g_logfile_lcn;
4068 while (g_rl_logfile[0].lcn + j >= g_vol->nr_clusters) {
4091 g_rl_logfile[1].vcn = j;
4092 g_rl_logfile[0].length = j;
4093 g_rl_logfile[1].lcn = -1LL;
4094 g_rl_logfile[1].length = 0LL;
4579 const_cpu_to_le16(0), g_rl_logfile,