Home
last modified time | relevance | path

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

/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/lib/
Dsafe_macros.c717 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/
Dsafe_macros.h155 #define SAFE_MOUNT(cleanup_fn, source, target, filesystemtype, \ argument
158 (filesystemtype), (mountflags), (data))
/external/ltp/include/
Dtst_safe_macros.h184 #define SAFE_MOUNT(source, target, filesystemtype, \ argument
187 (filesystemtype), (mountflags), (data))
Dsafe_macros_fn.h167 const char *filesystemtype, unsigned long mountflags,