Home
last modified time | relevance | path

Searched refs:filesystems (Results 1 - 10 of 10) sorted by relevance

/third_party/ltp/testcases/lib/
H A Dtst_supported_fs.c40 fprintf(stderr, "* all filesystems\n"); in usage()
42 fprintf(stderr, " print the list of supported filesystems\n"); in usage()
44 " print list of supported filesystems and return 0\n"); in usage()
58 fprintf(stderr, "skip_list - filesystems to skip, delimiter: '%c'\n", in usage()
87 const char *const *filesystems; in main() local
151 /* all filesystems */ in main()
152 filesystems = tst_get_supported_fs_types((const char * const*)skiplist); in main()
154 if (!filesystems[0]) in main()
155 fail_exit("There are no supported filesystems or all skipped"); in main()
157 for (i = 0; filesystems[ in main()
[all...]
H A Dtst_test.sh641 local filesystems
643 filesystems="$(tst_supported_fs -s "$TST_SKIP_FILESYSTEMS")"
645 tst_brk TCONF "There are no supported filesystems or all skipped"
648 for fs in $filesystems; do
/third_party/ltp/testcases/kernel/fs/binfmt_misc/
H A Dbinfmt_misc_lib.sh41 if ! grep -q "binfmt_misc" /proc/filesystems; then
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Drun_freezer.sh78 cat /proc/filesystems | grep -E '\bcgroup\b' > /dev/null 2>&1 || {
/third_party/ltp/testcases/kernel/tracing/dynamic_debug/
H A Ddynamic_debug01.sh33 if ! grep -q debugfs /proc/filesystems ; then
/third_party/ltp/
H A Dver_linux146 echo 'available filesystems:'
147 echo $(cut -f2 /proc/filesystems | sort -u)
150 echo 'mounted filesystems (/proc/mounts):'
154 echo 'mounted filesystems (df):'
/third_party/ltp/lib/
H A Dtst_test.c1643 const char *const *filesystems = tst_get_supported_fs_types(tst_test->skip_filesystems); in run_tcases_per_fs() local
1645 if (!filesystems[0]) in run_tcases_per_fs()
1646 tst_brk(TCONF, "There are no supported filesystems"); in run_tcases_per_fs()
1648 for (i = 0; filesystems[i]; i++) { in run_tcases_per_fs()
1650 tst_res(TINFO, "=== Testing on %s ===", filesystems[i]); in run_tcases_per_fs()
1651 tdev.fs_type = filesystems[i]; in run_tcases_per_fs()
/third_party/ltp/testscripts/
H A Dltp-aiodio.sh42 -o = optional partition allows some of the tests to utilize multiple filesystems to further stress AIO/DIO
48 -a = test all supported filesystems, this will override any other filesystem flags passed.
92 echo "testing ALL supported filesystems"
124 echo " ** You must pass at least 2 filesystems to run an extended AIO stress test **"
129 echo "No filesystems passed to test"
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/
H A Dcpuset_memory_testset.sh154 local fssupport=$(grep -w hugetlbfs /proc/filesystems 2>/dev/null | cut -f2)
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]

Completed in 22 milliseconds