Searched refs:chased_src_fd (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/shared/ |
D | mount-util.c | 787 …anup_close_ int self_mntns_fd = -1, mntns_fd = -1, root_fd = -1, pidns_fd = -1, chased_src_fd = -1; in mount_in_namespace() local 830 r = chase_symlinks(src, NULL, 0, &chased_src_path, &chased_src_fd); in mount_in_namespace() 835 if (fstat(chased_src_fd, &st) < 0) in mount_in_namespace() 878 …r = verity_dissect_and_mount(chased_src_fd, chased_src_path, mount_tmp, options, NULL, NULL, NULL,… in mount_in_namespace() 880 …r = mount_follow_verbose(LOG_DEBUG, FORMAT_PROC_FD_PATH(chased_src_fd), mount_tmp, NULL, MS_BIND, … in mount_in_namespace()
|