Searched defs:mount_id (Results 1 - 3 of 3) sorted by relevance
/systemd/src/basic/ |
H A D | mount-util.c | 81 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 D | libudev-monitor.c | 118 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 D | tmpfiles.c | 311 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