Searched refs:fs_opts (Results 1 – 6 of 6) sorted by relevance
/external/ltp/lib/ |
D | tst_mkfs.c | 25 const char *fs_type, const char *const fs_opts[], in tst_mkfs() argument 41 if (fs_opts) { in tst_mkfs() 42 for (i = 0; fs_opts[i]; i++) { in tst_mkfs() 43 argv[pos++] = fs_opts[i]; in tst_mkfs() 52 strcat(fs_opts_str, fs_opts[i]); in tst_mkfs() 98 const char *fs_type, const char *const fs_opts[], in safe_mkfs() argument 105 tst_mkfs(NULL, dev, fs_type, fs_opts, extra_opt); in safe_mkfs()
|
/external/ltp/include/ |
D | tst_mkfs.h | 27 const char *fs_type, const char *const fs_opts[], 29 #define SAFE_MKFS(device, fs_type, fs_opts, extra_opt) \ argument 30 safe_mkfs(__LINE__, __FILE__, device, fs_type, fs_opts, extra_opt)
|
/external/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
|
/external/ltp/testcases/kernel/syscalls/mmap/ |
D | mmap16.c | 146 const char *fs_opts[3] = {"-b", "1024", NULL}; in setup() local 161 tst_mkfs(cleanup, device, fs_type, fs_opts, "10240"); in setup()
|
/external/ltp/include/old/ |
D | test.h | 216 const char *fs_type, const char *const fs_opts[],
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 867 The fs options 'fs_opts' should either be 'NULL' if there are none, or a
|