Home
last modified time | relevance | path

Searched refs:filesystemtype (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/shared/
Dmount-util.h38 int mount_fd(const char *source, int target_fd, const char *filesystemtype, unsigned long mountflag…
39 int mount_nofollow(const char *source, const char *target, const char *filesystemtype, unsigned lon…
Dmount-util.c42 const char *filesystemtype, in mount_fd() argument
46 if (mount(source, FORMAT_PROC_FD_PATH(target_fd), filesystemtype, mountflags, data) < 0) { in mount_fd()
64 const char *filesystemtype, in mount_nofollow() argument
83 return mount_fd(source, fd, filesystemtype, mountflags, data); in mount_nofollow()