/third_party/NuttX/fs/mount/ |
D | fs_mount.c | 99 static const struct fsmap_t *mount_findfs(const char *filesystemtype) in mount_findfs() argument 106 strcmp(filesystemtype, m->fs_filesystemtype) == 0) in mount_findfs() 145 const char *filesystemtype, unsigned long mountflags, in mount() argument 160 if (filesystemtype == NULL) in mount() 168 DEBUGASSERT(target && filesystemtype); in mount() 172 if ((fsmap = mount_findfs(filesystemtype)) == NULL || (fsmap->is_bdfs && !source)) in mount() 174 PRINT_ERR("Failed to find file system %s\n", filesystemtype); in mount() 286 if (strcmp(filesystemtype, ZPFS_NAME) == 0) in mount()
|
/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/ltp/lib/ |
D | safe_macros.c | 839 const char *filesystemtype, unsigned long mountflags, in safe_mount() argument 848 if (!filesystemtype || strcmp(filesystemtype, "ntfs")) { in safe_mount() 849 rval = mount(source, target, filesystemtype, mountflags, data); in safe_mount() 861 if (possibly_fuse(filesystemtype)) { in safe_mount() 866 filesystemtype, source, target); in safe_mount() 873 "mount.%s failed with %i", filesystemtype, rval); in safe_mount() 878 filesystemtype, mountflags, data); in safe_mount() 882 source, target, filesystemtype, mountflags, data, in safe_mount()
|
/third_party/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_filesystem_test.c | 48 const char *filesystemtype) in mount2() argument 50 if (mount(source, target, filesystemtype, 0, NULL)) { in mount2()
|
/third_party/ltp/include/old/ |
D | safe_macros.h | 150 #define SAFE_MOUNT(cleanup_fn, source, target, filesystemtype, \ argument 153 (filesystemtype), (mountflags), (data))
|
/third_party/ltp/include/ |
D | safe_macros_fn.h | 159 const char *filesystemtype, unsigned long mountflags,
|
D | tst_safe_macros.h | 217 #define SAFE_MOUNT(source, target, filesystemtype, \ argument 220 (filesystemtype), (mountflags), (data))
|
/third_party/flutter/skia/third_party/externals/sdl/docs/ |
D | README-nacl.md | 65 const char* filesystemtype,
|
/third_party/toybox/www/doc/ |
D | mount.txt | 6 int mount(const char *source, const char *target, const char *filesystemtype, 12 "/path/to/mountpoint", and the filesystemtype is "ext2".
|
/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()
|