/third_party/NuttX/fs/driver/ |
D | fs_openblockdriver.c | 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()
|
D | fs_findblockdriver.c | 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) =… in find_blockdriver()
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl04.c | 99 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/ |
D | driver.h | 235 int open_blockdriver(const char *pathname, int mountflags, 265 int find_blockdriver(const char *pathname, int mountflags,
|
/third_party/NuttX/fs/mount/ |
D | fs_mount.c | 145 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/ |
D | mount.txt | 7 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/ |
D | safe_macros.h | 151 mountflags, data) \ argument 153 (filesystemtype), (mountflags), (data))
|
/third_party/ltp/lib/ |
D | safe_macros.c | 839 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/ |
D | safe_macros_fn.h | 159 const char *filesystemtype, unsigned long mountflags,
|
D | tst_safe_macros.h | 218 mountflags, data) \ argument 220 (filesystemtype), (mountflags), (data))
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-nacl.md | 66 unsigned long mountflags, const void *data);
|
/third_party/libfuse/util/ |
D | fusermount.c | 715 const char *filesystemtype, unsigned long mountflags, in mount_notrunc() argument 722 return mount(source, target, filesystemtype, mountflags, data); in mount_notrunc()
|