Searched defs:mountflags (Results 1 - 6 of 6) sorted by relevance
/third_party/NuttX/fs/driver/ |
H A D | fs_findblockdriver.c | 58 int find_blockdriver(const char *pathname, int mountflags, struct Vnode **vpp) in find_blockdriver() argument
|
H A D | fs_openblockdriver.c | 62 int open_blockdriver(const char *pathname, int mountflags, in open_blockdriver() argument
|
/third_party/NuttX/fs/mount/ |
H A D | fs_mount.c | 144 mount(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) mount() argument
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat04.c | 47 do_mount(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) do_mount() argument
|
/third_party/ltp/lib/ |
H A D | safe_macros.c | 895 safe_mount(const char *file, const int lineno, void (*cleanup_fn)(void), const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) safe_mount() argument
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 757 mount_notrunc(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const char *data) mount_notrunc() argument
|
Completed in 6 milliseconds