Searched refs:mnt_id (Results 1 - 2 of 2) sorted by relevance
/systemd/src/basic/ |
H A D | mount-util.c | 40 static int fd_fdinfo_mnt_id(int fd, const char *filename, int flags, int *mnt_id) { argument 63 p = startswith(fdinfo, "mnt_id:"); 66 if (!p) /* The mnt_id field is a relatively new addition */ 75 return safe_atoi(p, mnt_id); 102 * fallback. Exporting the mnt_id in fdinfo is a pretty recent
|
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) { argument 585 return syscall(__NR_name_to_handle_at, fd, name, handle, mnt_id, flags);
|
Completed in 623 milliseconds