Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dmount-util.c793 struct stat st, self_mntns_st; in mount_in_namespace() local
815 if (fstat(self_mntns_fd, &self_mntns_st) < 0) in mount_in_namespace()
819 if (stat_inode_same(&st, &self_mntns_st)) in mount_in_namespace()