Searched refs:fs_opts (Results 1 – 10 of 10) sorted by relevance
/third_party/ltp/lib/ |
D | tst_mkfs.c | 27 const char *const fs_opts[], const char *const extra_opts[]) in tst_mkfs_() argument 55 if (fs_opts) { in tst_mkfs_() 56 for (i = 0; fs_opts[i]; i++) { in tst_mkfs_() 57 argv[pos++] = fs_opts[i]; in tst_mkfs_() 67 strcat(fs_opts_str, fs_opts[i]); in tst_mkfs_()
|
/third_party/ltp/include/ |
D | tst_mkfs.h | 16 const char *const fs_opts[], const char *const extra_opts[]); 18 #define SAFE_MKFS(device, fs_type, fs_opts, extra_opts) \ argument 20 fs_opts, extra_opts)
|
/third_party/ltp/include/old/ |
D | test.h | 198 #define tst_mkfs(cleanup, dev, fs_type, fs_opts, extra_opts) \ argument 200 fs_opts, extra_opts) 203 const char *const fs_opts[], const char *const extra_opts[]);
|
/third_party/ltp/testcases/kernel/syscalls/statx/ |
D | statx05.c | 90 const char *const fs_opts[] = {"-O encrypt", opt_bsize, NULL}; in setup() local 95 SAFE_MKFS(tst_device->dev, tst_device->fs_type, fs_opts, NULL); in setup()
|
/third_party/ltp/testcases/lib/ |
D | test.sh | 311 local fs_opts="$@" 321 tst_resm TINFO "Formatting $device with $fs_type extra opts='$fs_opts'" 323 ROD_SILENT mkfs.$fs_type $fs_opts $device
|
D | tst_test.sh | 344 local fs_opts="$@" 356 tst_res TINFO "Formatting $device with $fs_type extra opts='$fs_opts'" 357 ROD_SILENT mkfs.$fs_type $fs_opts $device
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap16.c | 147 const char *fs_opts[3] = {"-b", "1024", NULL}; in setup() local 163 tst_mkfs(cleanup, device, fs_type, fs_opts, extra_opts); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/quotactl/ |
D | quotactl04.c | 122 const char *const fs_opts[] = {"-I 256", "-O quota,project", NULL}; in setup() local 125 SAFE_MKFS(tst_device->dev, tst_device->fs_type, fs_opts, NULL); in setup()
|
D | quotactl08.c | 155 const char *const fs_opts[] = { "-O quota", NULL}; in setup() local 159 SAFE_MKFS(tst_device->dev, tst_device->fs_type, fs_opts, NULL); in setup()
|
/third_party/ltp/doc/ |
D | c-test-api.txt | 1055 The fs options 'fs_opts' should either be 'NULL' if there are none, or a 1065 name by 'fs_opts' array.
|