Searched defs:mount_id (Results 1 - 3 of 3) sorted by relevance

/systemd/src/basic/
H A Dmount-util.c81 int mount_id = -1, mount_id_parent = -1; local
112 r = name_to_handle_at(fd, filename, &h.handle, &mount_id, flags);
161 return mount_id != mount_id_parent;
164 r = fd_fdinfo_mnt_id(fd, filename, flags, &mount_id);
174 if (mount_id != mount_id_parent)
/systemd/src/libudev/
H A Dlibudev-monitor.c118 int mount_id; local
121 r = name_to_handle_at(AT_FDCWD, "/dev", &h.handle, &mount_id, 0);
138 if (mid != mount_id)
/systemd/src/tmpfiles/
H A Dtmpfiles.c311 int mount_id_parent, mount_id; local
319 r = name_to_handle_at(dirfd(d), subdir, &h.handle, &mount_id, 0);
329 return mount_id_parent != mount_id;

Completed in 20 milliseconds