Searched refs:filesystemtype (Results 1 – 5 of 5) sorted by relevance
/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/lib/ |
D | safe_macros.c | 717 const char *filesystemtype, unsigned long mountflags, in safe_mount() argument 722 rval = mount(source, target, filesystemtype, mountflags, data); in safe_mount() 727 file, lineno, source, target, filesystemtype, in safe_mount()
|
/external/ltp/include/old/ |
D | safe_macros.h | 155 #define SAFE_MOUNT(cleanup_fn, source, target, filesystemtype, \ argument 158 (filesystemtype), (mountflags), (data))
|
/external/ltp/include/ |
D | tst_safe_macros.h | 184 #define SAFE_MOUNT(source, target, filesystemtype, \ argument 187 (filesystemtype), (mountflags), (data))
|
D | safe_macros_fn.h | 167 const char *filesystemtype, unsigned long mountflags,
|