Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:mkfs
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ltp/lib/
H
A
D
tst_mkfs.c
30
char
mkfs
[64];
in tst_mkfs_()
local
31
const char *argv[OPTS_MAX] = {
mkfs
};
in tst_mkfs_()
49
"Skipping
mkfs
for TMPFS filesystem");
in tst_mkfs_()
53
snprintf(
mkfs
, sizeof(
mkfs
), "
mkfs
.%s", fs_type);
in tst_mkfs_()
61
"Too many
mkfs
options");
in tst_mkfs_()
79
"Too many
mkfs
options");
in tst_mkfs_()
107
"%s not found in $PATH",
mkfs
);
in tst_mkfs_()
111
"%s failed with exit code %i",
mkfs
, re
in tst_mkfs_()
[all...]
/third_party/ltp/testscripts/
H
A
D
ltp-aiodio.sh
147
mkfs
-t ext2 $part1
150
mkfs
-t ext3 $part2
153
mkfs
.jfs $part2 <testscripts/yesenter.txt
156
mkfs
.xfs -f $part2
167
mkfs
-t ext3 $part1
170
mkfs
.jfs $part2 <testscripts/yesenter.txt
173
mkfs
.xfs -f $part2
176
mkfs
-t ext2 $part2
187
mkfs
.jfs $part1 <testscripts/yesenter.txt
190
mkfs
[all...]
/third_party/ltp/testcases/kernel/mce-test/stress/
H
A
D
hwpoison.sh
201
local
mkfs
="
mkfs
.$g_fstype"
205
[ $g_fstype = reiserfs ] &&
mkfs
="mkreiserfs"
210
silent_exec which $
mkfs
|| err "
mkfs
: unsupported fstype: $g_fstype"
214
[ $in = 'y' -o $in = "yes" -o $in = 'Y' ] || err "$
mkfs
on $g_dev is cancelled"
216
begin "-- $
mkfs
$g_dev"
223
silent_exec $
mkfs
$mkfs_opts $g_dev || err "cannot $
mkfs
$mkfs_opts on $g_dev"
224
end "-- $
mkfs
[all...]
/third_party/ltp/testcases/kernel/fs/quota_remount/
H
A
D
quota_remount_test01.sh
8
TST_NEEDS_CMDS="dd
mkfs
.ext3 mount quota quotacheck quotaon sed tail"
26
ROD
mkfs
.ext3 -q -F -b 4096 $IMAGE
/third_party/f2fs-tools/scripts/
H
A
D
verify.sh
34
mkfs
.f2fs $IMG `_get_sec $1` | grep sectors
/third_party/ltp/testcases/commands/mkfs/
H
A
D
mkfs01.sh
6
# Test
mkfs
command with some basic options.
38
tst_require_cmds
mkfs
.$TST_FS_TYPE
65
# Size argument in
mkfs
.ntfs denotes number-of-sectors which is 512bytes,
100
local mkfs_cmd="
mkfs
$mkfs_op $fs_op $device $size"
/third_party/ltp/testcases/kernel/device-drivers/zram/
H
A
D
zram01.sh
82
mkfs
.$fs /dev/zram$i > err.log 2>&1
/third_party/ltp/testcases/lib/
H
A
D
tst_test.sh
356
tst_res TINFO "Skipping
mkfs
for TMPFS filesystem"
367
tst_require_cmds
mkfs
.$fs_type
370
ROD_SILENT
mkfs
.$fs_type $opts
H
A
D
test.sh
323
ROD_SILENT
mkfs
.$fs_type $fs_opts $device
Completed in 3 milliseconds