Searched refs:name_to_handle_at (Results 1 - 4 of 4) sorted by relevance
/systemd/src/basic/ |
H A D | mount-util.c | 89 /* First we will try the name_to_handle_at() syscall, which 98 * name_to_handle_at(), however, does not return the 112 r = name_to_handle_at(fd, filename, &h.handle, &mount_id, flags); 115 /* This kernel does not support name_to_handle_at() 120 * name_to_handle_at(), hence let's see if the 129 r = name_to_handle_at(fd, "", &h_parent.handle, &mount_id_parent, AT_EMPTY_PATH); 133 /* Neither parent nor child do name_to_handle_at()? 137 /* The parent can't do name_to_handle_at() but the 145 /* The parent can do name_to_handle_at() but the
|
H A D | missing.h | 584 static inline int name_to_handle_at(int fd, const char *name, struct file_handle *handle, int *mnt_id, int flags) { function
|
/systemd/src/libudev/ |
H A D | libudev-monitor.c | 121 r = name_to_handle_at(AT_FDCWD, "/dev", &h.handle, &mount_id, 0); 124 log_debug_errno(errno, "name_to_handle_at on /dev: %m");
|
/systemd/src/tmpfiles/ |
H A D | tmpfiles.c | 314 r_p = name_to_handle_at(dirfd(d), ".", &h.handle, &mount_id_parent, 0); 319 r = name_to_handle_at(dirfd(d), subdir, &h.handle, &mount_id, 0);
|
Completed in 2978 milliseconds