Lines Matching refs:g_rl_boot
194 static runlist *g_rl_boot = NULL;
3438 free(g_rl_boot); g_rl_boot = NULL;
4106 g_rl_boot = ntfs_malloc(2 * sizeof(runlist));
4107 if (!g_rl_boot)
4110 g_rl_boot[0].vcn = 0LL;
4111 g_rl_boot[0].lcn = 0LL;
4117 g_rl_boot[1].vcn = j;
4118 g_rl_boot[0].length = j;
4119 g_rl_boot[1].lcn = -1LL;
4120 g_rl_boot[1].length = 0LL;
4717 const_cpu_to_le16(0), g_rl_boot, (u8*)bs, 8192);