Searched refs:extra_opts (Results 1 – 5 of 5) 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 68 if (extra_opts) { in tst_mkfs_() 69 for (i = 0; extra_opts[i]; i++) { in tst_mkfs_() 70 argv[pos++] = extra_opts[i]; in tst_mkfs_() 80 strcat(extra_opts_str, extra_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 | 191 #define tst_mkfs(cleanup, dev, fs_type, fs_opts, extra_opts) \ argument 193 fs_opts, extra_opts) 196 const char *const fs_opts[], const char *const extra_opts[]);
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap16.c | 148 const char *extra_opts[] = {"10240", NULL}; in setup() local 163 tst_mkfs(cleanup, device, fs_type, fs_opts, extra_opts); in setup()
|
/third_party/ltp/doc/ |
D | test-writing-guidelines.txt | 1114 The extra options 'extra_opts' should either be 'NULL' if there are none, or a 1115 'NULL' terminated array of strings such as +{"102400", NULL}+; 'extra_opts'
|