Home
last modified time | relevance | path

Searched refs:gl_root (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c1098 struct path cr_root, gl_root; in is_current_chrooted() local
1105 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()