OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fs_opts
(Results
1 - 5
of
5
) sorted by null
/external/ltp/include/
tst_mkfs.h
24
* @
fs_opts
: NULL or NULL terminated array of extra mkfs options
27
const char *fs_type, const char *const
fs_opts
[],
29
#define SAFE_MKFS(device, fs_type,
fs_opts
, extra_opt) \
30
safe_mkfs(__LINE__, __FILE__, device, fs_type,
fs_opts
, extra_opt)
/external/ltp/lib/
tst_mkfs.c
25
const char *fs_type, const char *const
fs_opts
[],
41
if (
fs_opts
) {
42
for (i = 0;
fs_opts
[i]; i++) {
43
argv[pos++] =
fs_opts
[i];
52
strcat(fs_opts_str,
fs_opts
[i]);
98
const char *fs_type, const char *const
fs_opts
[],
105
tst_mkfs(NULL, dev, fs_type,
fs_opts
, extra_opt);
/external/ltp/testcases/kernel/syscalls/mmap/
mmap16.c
146
const char *
fs_opts
[3] = {"-b", "1024", NULL};
local
161
tst_mkfs(cleanup, device, fs_type,
fs_opts
, "10240");
/external/ltp/testcases/lib/
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/include/old/
test.h
212
* @
fs_opts
: NULL or NULL terminated array of mkfs options
216
const char *fs_type, const char *const
fs_opts
[],
Completed in 149 milliseconds