Home
last modified time | relevance | path

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

/external/ltp/lib/
Dsafe_macros.c727 const char *filesystemtype, unsigned long mountflags, in safe_mount() argument
731 struct fuse_fs_type *fuse_fs_type = find_fuse_fs_type(filesystemtype); in safe_mount()
745 filesystemtype, source, target); in safe_mount()
754 filesystemtype, rval); in safe_mount()
757 filesystemtype, rval); in safe_mount()
762 rval = mount(source, target, filesystemtype, mountflags, data); in safe_mount()
766 file, lineno, source, target, filesystemtype, in safe_mount()
/external/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()
/external/ltp/include/old/
Dsafe_macros.h150 #define SAFE_MOUNT(cleanup_fn, source, target, filesystemtype, \ argument
153 (filesystemtype), (mountflags), (data))
/external/ltp/include/
Dsafe_macros_fn.h159 const char *filesystemtype, unsigned long mountflags,
Dtst_safe_macros.h203 #define SAFE_MOUNT(source, target, filesystemtype, \ argument
206 (filesystemtype), (mountflags), (data))
/external/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".