Home
last modified time | relevance | path

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

/third_party/NuttX/fs/driver/
Dfs_openblockdriver.c60 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()
Dfs_findblockdriver.c58 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) =… in find_blockdriver()
/third_party/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl04.c99 const char *filesystemtype, unsigned long mountflags, in do_mount() argument
102 TEST(mount(source, target, filesystemtype, mountflags, data)); in do_mount()
109 source, target, filesystemtype, mountflags, data); in do_mount()
114 source, target, filesystemtype, mountflags, data); in do_mount()
/third_party/NuttX/fs/vfs/include/
Ddriver.h235 int open_blockdriver(const char *pathname, int mountflags,
265 int find_blockdriver(const char *pathname, int mountflags,
/third_party/NuttX/fs/mount/
Dfs_mount.c145 const char *filesystemtype, unsigned long mountflags, in mount() argument
189 ret = find_blockdriver(source, mountflags, &device); in mount()
297 mnt->mountFlags = mountflags; in mount()
/third_party/toybox/www/doc/
Dmount.txt7 unsigned long mountflags, const void *data);
14 The other two syscall arguments (mountflags and data) come from the
15 "-o option,option,option" argument. The mountflags argument goes to the VFS
33 sting and sets the corresponding bit in mountflags, then the remaining options
160 that driver. The "target" and "mountflags" arguments get parsed (and handled)
/third_party/ltp/include/old/
Dsafe_macros.h151 mountflags, data) \ argument
153 (filesystemtype), (mountflags), (data))
/third_party/ltp/lib/
Dsafe_macros.c839 const char *filesystemtype, unsigned long mountflags, in safe_mount() argument
849 rval = mount(source, target, filesystemtype, mountflags, data); in safe_mount()
878 filesystemtype, mountflags, data); in safe_mount()
882 source, target, filesystemtype, mountflags, data, in safe_mount()
/third_party/ltp/include/
Dsafe_macros_fn.h159 const char *filesystemtype, unsigned long mountflags,
Dtst_safe_macros.h218 mountflags, data) \ argument
220 (filesystemtype), (mountflags), (data))
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-nacl.md66 unsigned long mountflags, const void *data);
/third_party/libfuse/util/
Dfusermount.c715 const char *filesystemtype, unsigned long mountflags, in mount_notrunc() argument
722 return mount(source, target, filesystemtype, mountflags, data); in mount_notrunc()