Home
last modified time | relevance | path

Searched refs:needs_device (Results 1 – 8 of 8) sorted by relevance

/external/ltp/lib/
Dtst_test.c728 tst_test->needs_device || in needs_tmpdir()
883 tst_test->needs_device = 1; in do_setup()
886 tst_test->needs_device = 1; in do_setup()
891 tst_test->needs_device = 1; in do_setup()
920 !!tst_test->needs_device > 1) { in do_setup()
935 tst_test->needs_device = 1; in do_setup()
940 if (tst_test->needs_device && !mntpoint_mounted) { in do_setup()
1000 if (tst_test->needs_device && tdev.dev) in do_cleanup()
/external/ltp/lib/newlib_tests/
Dtst_device.c35 .needs_device = 1,
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl06.c56 .needs_device = 1,
Dioctl05.c69 .needs_device = 1,
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx05.c124 .needs_device = 1,
/external/ltp/testcases/kernel/syscalls/quotactl/
Dquotactl04.c158 .needs_device = 1,
/external/ltp/include/
Dtst_test.h132 int needs_device:1; member
/external/ltp/doc/
Dtest-writing-guidelines.txt498 '.mount_device' '.needs_checkpoints', '.needs_device', '.resource_file'
991 If '.needs_device' flag in the 'struct tst_test' is set the 'tst_device'
1002 '.dev_extra_opts' pointers. Note that '.format_device' implies '.needs_device'
1008 and '.mnt_data' pointers. Note that '.mount_device' implies '.needs_device'