Home
last modified time | relevance | path

Searched refs:fs_opts (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/lib/
Dtst_mkfs.c27 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/
Dtst_mkfs.h16 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/
Dtest.h198 #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/
Dstatx05.c90 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/
Dtest.sh311 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
Dtst_test.sh344 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/
Dmmap16.c147 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/
Dquotactl04.c122 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()
Dquotactl08.c155 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/
Dc-test-api.txt1055 The fs options 'fs_opts' should either be 'NULL' if there are none, or a
1065 name by 'fs_opts' array.