Home
last modified time | relevance | path

Searched refs:mountflags (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/shared/
Dmount-util.h38 …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…
Dswitch-root.h6 …tch_root(const char *new_root, const char *oldroot, bool detach_oldroot, unsigned long mountflags);
Dmount-util.c43 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()