Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c1094 struct path cr_root, gl_root; in is_current_chrooted() local
1097 get_fs_root(curr->fs, &cr_root); in is_current_chrooted()
1104 int chrooted = !path_equal(&cr_root, &gl_root); in is_current_chrooted()
1106 path_put(&cr_root); in is_current_chrooted()