Searched refs:filesystemtype (Results 1 – 6 of 6) sorted by relevance
/external/ltp/lib/ |
D | safe_macros.c | 727 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/ |
D | tomoyo_filesystem_test.c | 48 const char *filesystemtype) in mount2() argument 50 if (mount(source, target, filesystemtype, 0, NULL)) { in mount2()
|
/external/ltp/include/old/ |
D | safe_macros.h | 150 #define SAFE_MOUNT(cleanup_fn, source, target, filesystemtype, \ argument 153 (filesystemtype), (mountflags), (data))
|
/external/ltp/include/ |
D | safe_macros_fn.h | 159 const char *filesystemtype, unsigned long mountflags,
|
D | tst_safe_macros.h | 203 #define SAFE_MOUNT(source, target, filesystemtype, \ argument 206 (filesystemtype), (mountflags), (data))
|
/external/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".
|