Searched refs:SAFE_MKFS (Results 1 – 9 of 9) sorted by relevance
/third_party/ltp/include/ |
D | tst_mkfs.h | 19 #define SAFE_MKFS(device, fs_type, fs_opts, extra_opts) \ macro
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx05.c | 96 SAFE_MKFS(tst_device->dev, tst_device->fs_type, fs_opts, NULL); in setup()
|
D | statx09.c | 128 SAFE_MKFS(tst_device->dev, tst_device->fs_type, fs_opts, NULL); in setup()
|
/third_party/ltp/lib/newlib_tests/ |
D | tst_device.c | 45 SAFE_MKFS(tst_device->dev, tst_device->fs_type, NULL, NULL); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl04.c | 104 SAFE_MKFS(tst_device->dev, tst_device->fs_type, fs_opts, NULL); in setup()
|
D | quotactl08.c | 160 SAFE_MKFS(tst_device->dev, tst_device->fs_type, fs_opts, NULL); in setup()
|
/third_party/ltp/lib/ |
D | tst_test.c | 1105 SAFE_MKFS(tdev.dev, tdev.fs_type, tst_test->dev_fs_opts, in prepare_device()
|
/third_party/ltp/doc/ |
D | C-Test-API.asciidoc | 175 SAFE_MKFS(tst_device->dev, tst_device->fs_type, NULL, NULL); 1128 SAFE_MKFS(tst_device->dev, tst_device->fs_type, NULL, NULL);
|
D | c-test-api.txt | 153 SAFE_MKFS(tst_device->dev, tst_device->fs_type, NULL, NULL); 1047 SAFE_MKFS(tst_device->dev, tst_device->fs_type, NULL, NULL);
|