Home
last modified time | relevance | path

Searched refs:filesystemtype (Results 1 – 10 of 10) sorted by relevance

/third_party/NuttX/fs/mount/
Dfs_mount.c99 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/
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/ltp/lib/
Dsafe_macros.c839 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/
Dtomoyo_filesystem_test.c48 const char *filesystemtype) in mount2() argument
50 if (mount(source, target, filesystemtype, 0, NULL)) { in mount2()
/third_party/ltp/include/old/
Dsafe_macros.h150 #define SAFE_MOUNT(cleanup_fn, source, target, filesystemtype, \ argument
153 (filesystemtype), (mountflags), (data))
/third_party/ltp/include/
Dsafe_macros_fn.h159 const char *filesystemtype, unsigned long mountflags,
Dtst_safe_macros.h217 #define SAFE_MOUNT(source, target, filesystemtype, \ argument
220 (filesystemtype), (mountflags), (data))
/third_party/flutter/skia/third_party/externals/sdl/docs/
DREADME-nacl.md65 const char* filesystemtype,
/third_party/toybox/www/doc/
Dmount.txt6 int mount(const char *source, const char *target, const char *filesystemtype,
12 "/path/to/mountpoint", and the filesystemtype is "ext2".
/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()