Searched refs:fs_opts (Results 1 – 7 of 7) sorted by relevance
/external/ltp/lib/ |
D | tst_mkfs.c | 27 const char *const fs_opts[], const char *const extra_opts[]) in tst_mkfs_() argument 49 if (fs_opts) { in tst_mkfs_() 50 for (i = 0; fs_opts[i]; i++) { in tst_mkfs_() 51 argv[pos++] = fs_opts[i]; in tst_mkfs_() 62 strcat(fs_opts_str, fs_opts[i]); in tst_mkfs_()
|
/external/ltp/include/ |
D | tst_mkfs.h | 29 const char *const fs_opts[], const char *const extra_opts[]); 31 #define SAFE_MKFS(device, fs_type, fs_opts, extra_opts) \ argument 33 fs_opts, extra_opts)
|
/external/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[]);
|
/external/ltp/testcases/lib/ |
D | test.sh | 309 local fs_opts="$@" 319 tst_resm TINFO "Formatting $device with $fs_type extra opts='$fs_opts'" 321 ROD_SILENT mkfs.$fs_type $fs_opts $device
|
D | tst_test.sh | 310 local fs_opts="$@" 322 tst_res TINFO "Formatting $device with $fs_type extra opts='$fs_opts'" 323 ROD_SILENT mkfs.$fs_type $fs_opts $device
|
/external/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()
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 1098 The fs options 'fs_opts' should either be 'NULL' if there are none, or a
|