/third_party/NuttX/fs/driver/ |
H A D | fs_openblockdriver.c | 44 * mountflags - if MS_RDONLY is not set, then driver must support write 60 extern int find_blockdriver(const char *pathname, int mountflags, struct Vnode **vpp); 62 int open_blockdriver(const char *pathname, int mountflags, in open_blockdriver() argument 84 ret = find_blockdriver(pathname, mountflags, &vnode_ptr); in open_blockdriver()
|
H A D | fs_findblockdriver.c | 45 * mountflags - If MS_RDONLY is not set, then driver must support write 58 int find_blockdriver(const char *pathname, int mountflags, struct Vnode **vpp) in find_blockdriver() argument 86 if (i_bops == NULL || i_bops->read == NULL || (i_bops->write == NULL && (mountflags & MS_RDONLY) == 0)) in find_blockdriver()
|
/third_party/ltp/testcases/kernel/syscalls/openat/ |
H A D | openat04.c | 48 const char *filesystemtype, unsigned long mountflags, in do_mount() 51 TEST(mount(source, target, filesystemtype, mountflags, data)); in do_mount() 58 source, target, filesystemtype, mountflags, data); in do_mount() 47 do_mount(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) do_mount() argument
|
/third_party/NuttX/fs/vfs/include/ |
H A D | driver.h | 217 * mountflags - if MS_RDONLY is not set, then driver must support write 238 int open_blockdriver(const char *pathname, int mountflags, 254 * mountflags - If MS_RDONLY is not set, then driver must support write 268 int find_blockdriver(const char *pathname, int mountflags,
|
/third_party/NuttX/fs/mount/ |
H A D | fs_mount.c | 145 const char *filesystemtype, unsigned long mountflags, in mount() 189 ret = find_blockdriver(source, mountflags, &device); in mount() 297 mnt->mountFlags = mountflags; in mount() 144 mount(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const void *data) mount() argument
|
/third_party/ltp/lib/ |
H A D | safe_macros.c | 897 const char *filesystemtype, unsigned long mountflags, in safe_mount() 906 source, mpath, filesystemtype, mountflags); in safe_mount() 916 rval = mount(source, target, filesystemtype, mountflags, data); in safe_mount() 945 filesystemtype, mountflags, data); in safe_mount() 949 source, target, filesystemtype, mountflags, data, in safe_mount() 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/ltp/include/old/ |
H A D | safe_macros.h | 151 mountflags, data) \ 153 (filesystemtype), (mountflags), (data))
|
/third_party/ltp/include/ |
H A D | safe_macros_fn.h | 174 const char *filesystemtype, unsigned long mountflags,
|
H A D | tst_safe_macros.h | 226 mountflags, data) \ 228 (filesystemtype), (mountflags), (data))
|
/third_party/libfuse/util/ |
H A D | fusermount.c | 758 const char *filesystemtype, unsigned long mountflags, in mount_notrunc() 765 return mount(source, target, filesystemtype, mountflags, data); in mount_notrunc() 757 mount_notrunc(const char *source, const char *target, const char *filesystemtype, unsigned long mountflags, const char *data) mount_notrunc() argument
|