Searched refs:mountflags (Results 1 – 3 of 3) sorted by relevance
/systemd-251/src/shared/ |
D | mount-util.h | 38 …char *source, int target_fd, const char *filesystemtype, unsigned long mountflags, const void *dat… 39 …*source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *dat…
|
D | switch-root.h | 6 …tch_root(const char *new_root, const char *oldroot, bool detach_oldroot, unsigned long mountflags);
|
D | mount-util.c | 43 unsigned long mountflags, in mount_fd() argument 46 if (mount(source, FORMAT_PROC_FD_PATH(target_fd), filesystemtype, mountflags, data) < 0) { in mount_fd() 65 unsigned long mountflags, in mount_nofollow() argument 83 return mount_fd(source, fd, filesystemtype, mountflags, data); in mount_nofollow()
|