Lines Matching refs:g_rl_mft
190 static runlist *g_rl_mft = NULL;
3440 free(g_rl_mft); g_rl_mft = NULL;
3975 g_rl_mft = ntfs_malloc(2 * sizeof(runlist));
3976 if (!g_rl_mft)
3979 g_rl_mft[0].vcn = 0LL;
3980 g_rl_mft[0].lcn = g_mft_lcn;
3983 g_rl_mft[1].vcn = j;
3984 g_rl_mft[0].length = j;
3985 g_rl_mft[1].lcn = -1LL;
3986 g_rl_mft[1].length = 0LL;
4541 const_cpu_to_le16(0), g_rl_mft, g_buf, g_mft_size);