Searched refs:mount_id_parent (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dmount-util.c81 int mount_id = -1, mount_id_parent = -1; local
129 r = name_to_handle_at(fd, "", &h_parent.handle, &mount_id_parent, AT_EMPTY_PATH);
161 return mount_id != mount_id_parent;
170 r = fd_fdinfo_mnt_id(fd, "", AT_EMPTY_PATH, &mount_id_parent);
174 if (mount_id != mount_id_parent)
/systemd/src/tmpfiles/
H A Dtmpfiles.c311 int mount_id_parent, mount_id; local
314 r_p = name_to_handle_at(dirfd(d), ".", &h.handle, &mount_id_parent, 0);
329 return mount_id_parent != mount_id;

Completed in 1082 milliseconds