Home
last modified time | relevance | path

Searched refs:mountflags (Results 1 - 10 of 10) sorted by relevance

/third_party/NuttX/fs/driver/
H A Dfs_openblockdriver.c44 * 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 Dfs_findblockdriver.c45 * 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 Dopenat04.c48 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 Ddriver.h217 * 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 Dfs_mount.c145 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 Dsafe_macros.c897 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 Dsafe_macros.h151 mountflags, data) \
153 (filesystemtype), (mountflags), (data))
/third_party/ltp/include/
H A Dsafe_macros_fn.h174 const char *filesystemtype, unsigned long mountflags,
H A Dtst_safe_macros.h226 mountflags, data) \
228 (filesystemtype), (mountflags), (data))
/third_party/libfuse/util/
H A Dfusermount.c758 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

Completed in 7 milliseconds