Searched refs:self_mntns_fd (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | mount-util.c | 787 …_cleanup_close_ int self_mntns_fd = -1, mntns_fd = -1, root_fd = -1, pidns_fd = -1, chased_src_fd … in mount_in_namespace() local 811 r = namespace_open(0, NULL, &self_mntns_fd, NULL, NULL, NULL); in mount_in_namespace() 815 if (fstat(self_mntns_fd, &self_mntns_st) < 0) in mount_in_namespace()
|