Searched refs:SAFE_MKFS (Results 1 – 6 of 6) sorted by relevance
/external/ltp/include/ |
D | tst_mkfs.h | 31 #define SAFE_MKFS(device, fs_type, fs_opts, extra_opts) \ macro
|
/external/ltp/lib/newlib_tests/ |
D | tst_device.c | 22 SAFE_MKFS(dev, "ext2", NULL, NULL); in do_test()
|
/external/ltp/testcases/kernel/syscalls/statx/ |
D | statx05.c | 95 SAFE_MKFS(tst_device->dev, tst_device->fs_type, NULL, extra_opts); in setup()
|
/external/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl04.c | 108 SAFE_MKFS(tst_device->dev, tst_device->fs_type, NULL, extra_opts); in setup()
|
/external/ltp/lib/ |
D | tst_test.c | 830 SAFE_MKFS(tdev.dev, tdev.fs_type, tst_test->dev_fs_opts, in prepare_device()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 369 SAFE_MKFS(tst_device->dev, tst_device->fs_type, NULL, NULL); 1090 SAFE_MKFS(tst_device->dev, tst_device->fs_type, NULL, NULL);
|