OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fs_opts
(Results
1 - 9
of
9
) sorted by null
/external/ltp/include/
tst_mkfs.h
24
* @
fs_opts
: NULL or NULL terminated array of extra mkfs options
28
const char *const
fs_opts
[], const char *extra_opt);
30
#define SAFE_MKFS(device, fs_type,
fs_opts
, extra_opt) \
32
fs_opts
, extra_opt)
/external/ltp/lib/
tst_mkfs.c
27
const char *const
fs_opts
[], const char *extra_opt)
48
if (
fs_opts
) {
49
for (i = 0;
fs_opts
[i]; i++) {
50
argv[pos++] =
fs_opts
[i];
61
strcat(fs_opts_str,
fs_opts
[i]);
/external/ltp/include/old/
test.h
217
* @
fs_opts
: NULL or NULL terminated array of mkfs options
220
#define tst_mkfs(cleanup, dev, fs_type,
fs_opts
, extra_opt) \
222
fs_opts
, extra_opt)
225
const char *const
fs_opts
[], const char *extra_opt);
/external/ltp/testcases/kernel/syscalls/mmap/
mmap16.c
147
const char *
fs_opts
[3] = {"-b", "1024", NULL};
local
162
tst_mkfs(cleanup, device, fs_type,
fs_opts
, "10240");
/external/ltp/testcases/lib/
test.sh
300
local
fs_opts
="$@"
310
tst_resm TINFO "Formatting $device with $fs_type extra opts='$
fs_opts
'"
312
ROD_SILENT mkfs.$fs_type $
fs_opts
$device
tst_test.sh
188
local
fs_opts
="$@"
198
tst_res TINFO "Formatting $device with $fs_type extra opts='$
fs_opts
'"
200
ROD_SILENT mkfs.$fs_type $
fs_opts
$device
/external/toybox/toys/pending/
fsck.c
12
usage: fsck [-ANPRTV] [-C FD] [-t FSTYPE] [
FS_OPTS
] [BLOCKDEV]...
/external/ltp/doc/
test-writing-guidelines.txt
[
all
...]
/external/toybox/generated/
help.h
[
all
...]
Completed in 988 milliseconds