Searched refs:gl_root (Results 1 – 1 of 1) sorted by relevance
1098 struct path cr_root, gl_root; in is_current_chrooted() local1105 get_fs_root(global->fs, &gl_root); in is_current_chrooted()1108 int chrooted = !path_equal(&cr_root, &gl_root); in is_current_chrooted()1109 path_put(&gl_root); in is_current_chrooted()