Home
last modified time | relevance | path

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

/external/ltp/lib/
Dtst_test.c646 tst_test->needs_device || in needs_tmpdir()
798 tst_test->needs_device = 1; in do_setup()
801 tst_test->needs_device = 1; in do_setup()
806 tst_test->needs_device = 1; in do_setup()
832 !!tst_test->needs_device > 1) { in do_setup()
847 tst_test->needs_device = 1; in do_setup()
852 if (tst_test->needs_device && !mntpoint_mounted) { in do_setup()
889 if (tst_test->needs_device && tdev.dev) in do_cleanup()
/external/ltp/lib/newlib_tests/
Dtst_device.c48 .needs_device = 1,
/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl06.c68 .needs_device = 1,
Dioctl05.c81 .needs_device = 1,
/external/ltp/testcases/kernel/syscalls/statx/
Dstatx05.c123 .needs_device = 1,
/external/ltp/include/
Dtst_test.h131 int needs_device:1; member
/external/ltp/doc/
Dtest-writing-guidelines.txt972 If '.needs_device' flag in the 'struct tst_test' is set the the 'tst_device'
983 '.dev_extra_opts' pointers. Note that '.format_device' implies '.needs_device'
989 and '.mnt_data' pointers. Note that '.mount_device' implies '.needs_device'