Home
last modified time | relevance | path

Searched refs:tst_fs_is_supported (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/lib/
Dtst_supported_fs_types.c123 enum tst_fs_impl tst_fs_is_supported(const char *fs_type) in tst_fs_is_supported() function
149 if (tst_fs_is_supported(only_fs)) in tst_get_supported_fs_types()
161 sup = tst_fs_is_supported(fs_type_whitelist[i]); in tst_get_supported_fs_types()
/third_party/ltp/testcases/lib/
Dtst_supported_fs.c41 return !tst_fs_is_supported(argv[1]); in main()
/third_party/ltp/include/
Dtst_fs.h182 enum tst_fs_impl tst_fs_is_supported(const char *fs_type);