Home
last modified time | relevance | path

Searched refs:ext2 (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/external/ltp/testcases/kernel/fs/acl/
Dtacl_xattr.sh91 mount | grep ext2
95 mkdir -m 777 tacl/mount-ext2
96 mount -t ext3 -o defaults,acl,user_xattr /dev/loop0 tacl/mount-ext2
106 mkfs -t ext2 /dev/loop0
107 mkdir -m 777 tacl/mount-ext2
108 mount -t ext2 -o defaults,acl,user_xattr /dev/loop0 tacl/mount-ext2
118 chmod 777 tacl/mount-ext2
125 if [ ! -e tacl/mount-ext2/shared ]
127 mkdir -p -m 777 tacl/mount-ext2/shared
134 mkdir $CUR_PATH/tacl/mount-ext2/shared/team1
[all …]
/external/e2fsprogs/misc/
Dfindsuper.c125 struct ext2_super_block ext2; in main() local
192 read(fd, &ext2, 512) == 512; sk += skiprate) { in main()
217 if (ext2.s_magic != EXT2_SUPER_MAGIC) in main()
219 if (ext2.s_log_block_size > 6) in main()
220 WHY("log block size > 6 (%u)\n", ext2.s_log_block_size); in main()
221 if (ext2fs_r_blocks_count(&ext2) > ext2fs_blocks_count(&ext2)) in main()
223 ext2fs_r_blocks_count(&ext2), in main()
224 ext2fs_blocks_count(&ext2)); in main()
225 if (ext2fs_free_blocks_count(&ext2) > ext2fs_blocks_count(&ext2)) in main()
227 ext2fs_free_blocks_count(&ext2), in main()
[all …]
/external/llvm-project/flang/test/Semantics/
Dsymbol15.f9037 procedure(iface), pointer :: pp4 => ext2
73 procedure(iface), nopass, pointer :: ppc4 => ext2
85 procedure, nopass :: b2 => ext2
124 procedure(iface), nopass, pointer :: ppc4 => ext2
136 procedure, nopass :: b2 => ext2
160 subroutine ext2
176 procedure(iface), pointer :: pp11 => ext2
192 procedure(iface), nopass, pointer :: ppc11 => ext2
196 procedure, nopass :: b10 => ext2
220 procedure(iface), nopass, pointer :: ppc11 => ext2
[all …]
/external/llvm-project/llvm/test/CodeGen/AArch64/
Ddp-3source.ll38 %ext2 = sext i32 %val2 to i64
39 %prod = mul i64 %ext1, %ext2
48 %ext2 = sext i32 %val2 to i64
49 %prod = mul i64 %ext1, %ext2
58 %ext2 = zext i32 %val2 to i64
59 %prod = mul i64 %ext1, %ext2
68 %ext2 = zext i32 %val2 to i64
69 %prod = mul i64 %ext1, %ext2
78 %ext2 = sext i64 %rhs to i128
79 %res = mul i128 %ext1, %ext2
[all …]
Darm64-vsub.ll167 %ext2 = sext <8 x i8> %high2 to <8 x i16>
169 %res = sub <8 x i16> %ext1, %ext2
182 %ext2 = sext <4 x i16> %high2 to <4 x i32>
184 %res = sub <4 x i32> %ext1, %ext2
197 %ext2 = sext <2 x i32> %high2 to <2 x i64>
199 %res = sub <2 x i64> %ext1, %ext2
245 %ext2 = zext <8 x i8> %high2 to <8 x i16>
247 %res = sub <8 x i16> %ext1, %ext2
260 %ext2 = zext <4 x i16> %high2 to <4 x i32>
262 %res = sub <4 x i32> %ext1, %ext2
[all …]
/external/llvm/test/CodeGen/AArch64/
Ddp-3source.ll38 %ext2 = sext i32 %val2 to i64
39 %prod = mul i64 %ext1, %ext2
48 %ext2 = sext i32 %val2 to i64
49 %prod = mul i64 %ext1, %ext2
58 %ext2 = zext i32 %val2 to i64
59 %prod = mul i64 %ext1, %ext2
68 %ext2 = zext i32 %val2 to i64
69 %prod = mul i64 %ext1, %ext2
78 %ext2 = sext i64 %rhs to i128
79 %res = mul i128 %ext1, %ext2
[all …]
Darm64-vsub.ll167 %ext2 = sext <8 x i8> %high2 to <8 x i16>
169 %res = sub <8 x i16> %ext1, %ext2
182 %ext2 = sext <4 x i16> %high2 to <4 x i32>
184 %res = sub <4 x i32> %ext1, %ext2
197 %ext2 = sext <2 x i32> %high2 to <2 x i64>
199 %res = sub <2 x i64> %ext1, %ext2
245 %ext2 = zext <8 x i8> %high2 to <8 x i16>
247 %res = sub <8 x i16> %ext1, %ext2
260 %ext2 = zext <4 x i16> %high2 to <4 x i32>
262 %res = sub <4 x i32> %ext1, %ext2
[all …]
/external/nanopb-c/tests/extensions/
Ddecode_extensions.c26 pb_extension_t ext2; in main() local
38 ext1.next = &ext2; in main()
40 ext2.type = &ExtensionMessage_AllTypes_extensionfield2; in main()
41 ext2.dest = &extensionfield2; in main()
42 ext2.next = NULL; in main()
54 TEST(ext2.found) in main()
Dencode_extensions.c21 pb_extension_t ext2; in main() local
28 ext1.next = &ext2; in main()
30 ext2.type = &ExtensionMessage_AllTypes_extensionfield2; in main()
31 ext2.dest = &extensionfield2; in main()
32 ext2.next = NULL; in main()
/external/grpc-grpc/third_party/nanopb/tests/extensions/
Ddecode_extensions.c26 pb_extension_t ext2; in main() local
38 ext1.next = &ext2; in main()
40 ext2.type = &ExtensionMessage_AllTypes_extensionfield2; in main()
41 ext2.dest = &extensionfield2; in main()
42 ext2.next = NULL; in main()
54 TEST(ext2.found) in main()
Dencode_extensions.c21 pb_extension_t ext2; in main() local
28 ext1.next = &ext2; in main()
30 ext2.type = &ExtensionMessage_AllTypes_extensionfield2; in main()
31 ext2.dest = &extensionfield2; in main()
32 ext2.next = NULL; in main()
/external/e2fsprogs/tests/progs/test_data/
Dexpect.icount4 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
6 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
8 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
10 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
12 store: Invalid argument passed to ext2 library while calling ext2fs_icount_store
14 fetch: Invalid argument passed to ext2 library while calling ext2fs_icount_fetch
16 increment: Invalid argument passed to ext2 library while calling ext2fs_icount_increment
18 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
61 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
93 decrement: Invalid argument passed to ext2 library while calling ext2fs_icount_decrement
[all …]
/external/ltp/testscripts/
Dltp-aiodio.sh36 ext2=0
68 e) ext2=$OPTARG;;
93 ext2="1"
100 if [ -n "$ext2" ]; then
143 if [ -n "$ext2" -a $nextTest -eq 0 ]; then
147 mkfs -t ext2 $part1
148 mount -t ext2 $part1 $TMP/aiodio
175 elif [ "$runExtendedStress" -eq 1 -a -n "$ext2" ]; then
176 mkfs -t ext2 $part2
177 mount -t ext2 $part2 $TMP/aiodio2
[all …]
/external/nanopb-c/tests/mem_release/
Dmem_release.c17 static pb_extension_t ext1, ext2; variable
36 ext1.next = &ext2; in fill_TestMessage()
37 ext2.type = &static_ext; in fill_TestMessage()
38 ext2.dest = &msg->static_req_submsg; in fill_TestMessage()
39 ext2.next = NULL; in fill_TestMessage()
77 ext1.next = &ext2; in test_TestMessage()
78 ext2.type = &static_ext; in test_TestMessage()
79 ext2.dest = &ext2_dest; in test_TestMessage()
80 ext2.next = NULL; in test_TestMessage()
/external/grpc-grpc/third_party/nanopb/tests/mem_release/
Dmem_release.c17 static pb_extension_t ext1, ext2; variable
36 ext1.next = &ext2; in fill_TestMessage()
37 ext2.type = &static_ext; in fill_TestMessage()
38 ext2.dest = &msg->static_req_submsg; in fill_TestMessage()
39 ext2.next = NULL; in fill_TestMessage()
77 ext1.next = &ext2; in test_TestMessage()
78 ext2.type = &static_ext; in test_TestMessage()
79 ext2.dest = &ext2_dest; in test_TestMessage()
80 ext2.next = NULL; in test_TestMessage()
/external/e2fsprogs/tests/f_crashdisk/
Dexpect.11 ext2fs_open2: The ext2 superblock is corrupt
3 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open test.img
5 ext2fs_open2: The ext2 superblock is corrupt
7 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open test.img
9 The superblock could not be read or does not describe a valid ext2/ext3/ext4
10 filesystem. If the device is valid and it really contains an ext2/ext3/ext4
/external/lzma/CPP/7zip/Archive/
DSplitHandler.cpp147 UString ext2 = ext; in Open2() local
148 ext2.MakeLower_Ascii(); in Open2()
155 if (ext2.Len() >= 2 && StringsAreEqual_Ascii(ext2.RightPtr(2), "aa")) in Open2()
158 while (numLetters < ext2.Len()) in Open2()
160 if (ext2[ext2.Len() - numLetters - 1] != 'a') in Open2()
165 else if (ext.Len() >= 2 && StringsAreEqual_Ascii(ext2.RightPtr(2), "01")) in Open2()
167 while (numLetters < ext2.Len()) in Open2()
169 if (ext2[ext2.Len() - numLetters - 1] != '0') in Open2()
179 seqName._unchangedPart = prefix + ext.Left(ext2.Len() - numLetters); in Open2()
/external/e2fsprogs/tests/f_unshare_blocks_no_space/
Dexpect.128 clone_file: Could not allocate block in ext2 filesystem returned from clone_file_block
29 Couldn't clone file: Could not allocate block in ext2 filesystem
40 clone_file: Could not allocate block in ext2 filesystem returned from clone_file_block
41 Couldn't clone file: Could not allocate block in ext2 filesystem
52 clone_file: Could not allocate block in ext2 filesystem returned from clone_file_block
53 Couldn't clone file: Could not allocate block in ext2 filesystem
64 clone_file: Could not allocate block in ext2 filesystem returned from clone_file_block
65 Couldn't clone file: Could not allocate block in ext2 filesystem
76 clone_file: Could not allocate block in ext2 filesystem returned from clone_file_block
77 Couldn't clone file: Could not allocate block in ext2 filesystem
[all …]
/external/e2fsprogs/
De2fsprogs.spec6 Summary: Utilities for managing ext2/ext3/ext4 filesystems
19 checking, modifying, and correcting any inconsistencies in ext2, ext3,
22 initialize a partition to contain an empty ext2 filesystem), debugfs
26 shrink unmounted ext2 filesystems, and most of the other core ext2fs
29 You should install the e2fsprogs package if you are using any ext2,
32 don't use ext2/ext3/ext4) for the libuuid and libblkid libraries and
43 develop ext2, ext3, or ext4 filesystem-specific programs.
46 ext2. ext3. or ext4 filesystem-specific programs. If you install
123 %{_root_sbindir}/fsck.ext2
130 %{_root_sbindir}/mkfs.ext2
[all …]
/external/ltp/runtest/
Dscsi_debug.part139 gf301 growfiles -W gf301 -d /test/growfiles/ext2 -b -e 1 -u -i 0 -L 20 -w -C 1 -l -I r -T 10 glseek…
40 gf302 growfiles -W gf302 -d /test/growfiles/ext2 -b -e 1 -L 10 -i 100 -I p -S 2 -u -f gf03_
41 gf303 growfiles -W gf303 -d /test/growfiles/ext2 -b -e 1 -g 1 -i 1 -S 150 -u -f gf05_
42 gf304 growfiles -W gf304 -d /test/growfiles/ext2 -b -e 1 -g 4090 -i 500 -t 39000 -u -f gf06_
43 gf305 growfiles -W gf305 -d /test/growfiles/ext2 -b -e 1 -g 5000 -i 500 -t 49900 -T10 -c9 -I p -u -…
44 gf306 growfiles -W gf306 -d /test/growfiles/ext2 -b -e 1 -u -r 1-5000 -R 0--1 -i 0 -L 30 -C 1 g_ran…
45 gf307 growfiles -W gf307 -d /test/growfiles/ext2 -b -e 1 -u -r 1-5000 -R 0--2 -i 0 -L 30 -C 1 -I p …
46 gf308 growfiles -W gf308 -d /test/growfiles/ext2 -b -e 1 -u -r 1-5000 -R 0--2 -i 0 -L 30 -C 1 g_ran…
47 gf309 growfiles -W gf309 -d /test/growfiles/ext2 -b -e 1 -u -r 1-5000 -R 0--1 -i 0 -L 30 -C 1 -I p …
48 gf310 growfiles -W gf310 -d /test/growfiles/ext2 -b -e 1 -u -r 1-5000 -i 0 -L 30 -C 1 -I l g_lio14 …
[all …]
Dlvm.part175 gf302 growfiles -W gf302 -d /test/growfiles/ext2 -b -e 1 -L 10 -i 100 -I p -S 2 -u -f gf03_
76 gf303 growfiles -W gf303 -d /test/growfiles/ext2 -b -e 1 -g 1 -i 1 -S 150 -u -f gf05_
77 gf304 growfiles -W gf304 -d /test/growfiles/ext2 -b -e 1 -g 4090 -i 500 -t 39000 -u -f gf06_
78 gf305 growfiles -W gf305 -d /test/growfiles/ext2 -b -e 1 -g 5000 -i 500 -t 49900 -T10 -c9 -I p -u -…
79 gf316 growfiles -W gf316 -d /test/growfiles/ext2 -b -e 1 -i 0 -L 120 -u -g 4090 -T 100 -t 408990 -l…
80 gf317 growfiles -W gf317 -d /test/growfiles/ext2 -b -e 1 -i 0 -L 120 -u -g 5000 -T 100 -t 499990 -l…
81 gf318 growfiles -W gf318 -d /test/growfiles/ext2 -b -e 1 -i 0 -L 120 -w -u -r 10-5000 -I r -T 10 -l…
82 gf319 growfiles -W gf319 -d /test/growfiles/ext2 -b -e 1 -g 5000 -i 500 -t 49900 -T10 -c9 -I p -o O…
83 …12 mkfifo /test/growfiles/ext2/gffifo17; growfiles -W gf312 -d /test/growfiles/ext2 -b -e 1 -u -i …
84 …fo /test/growfiles/ext2/gffifo18; growfiles -W gf313 -d /test/growfiles/ext2 -b -e 1 -u -i 0 -L 30…
[all …]
/external/ltp/testcases/kernel/fs/mongo/
Drun_mongo35 ./mongo.pl ext2 $DEVICE /testfs ext2 $NPROC
36 ./mongo_compare ./results/ext2.tbl ./results/reiserfs.tbl ./results/html/ext2_vs_reiserfs
/external/e2fsprogs/debian/
Dcontrol8 Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
9 Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master
16 Description: ext2 / ext3 / ext4 file system driver for FUSE
18 writing from devices or image files containing ext2, ext3, and ext4
40 Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
57 Description: ext2/ext3/ext4 file system utilities - translations
58 The ext2, ext3 and ext4 file systems are successors of the original ext
174 Description: ext2/ext3/ext4 file system libraries
175 The ext2, ext3 and ext4 file systems are successors of the original ext
193 Description: ext2/ext3/ext4 file system libraries - headers and static libraries
[all …]
/external/llvm-project/llvm/test/Transforms/GVNSink/
Dindirect-call.ll49 …ext i1 @test3(i1 zeroext %flag, i32 %blksA, i32 %blksB, i32 %nblks, i8(i1)* %ext1, i8(i1)* %ext2) {
55 ; CHECK: %[[x:.*]] = select i1 %flag, i8 (i1)* %ext1, i8 (i1)* %ext2
63 %frombool3 = call i8 %ext2(i1 %cmp)
73 declare i8 @ext2(i1)
81 ; CHECK: call i8 @ext2(
87 %frombool3 = call i8 @ext2(i1 %cmp)
/external/e2fsprogs/ext2ed/
Dext2ed.conf.in7 # Ext2Descriptors is the location of the ext2 filesystem structure
11 Ext2Descriptors @datadir@/ext2.descriptors
53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
55 # All the ext2 specific commands will be available despite the possible
62 # total number of blocks are gathered from the ext2 filesystem itself.

12345678910>>...12