Home
last modified time | relevance | path

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

123456

/third_party/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 …]
/third_party/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 …]
/third_party/typescript/tests/baselines/reference/
DexternalModuleAssignToVar.types17 import ext2 = require('externalModuleAssignToVar_core_require2');
18 >ext2 : typeof ext2
20 var y2: new() => ext2 = ext2;
21 >y2 : new () => ext2
22 >ext2 : typeof ext2
24 y2 = ext2; // ok
25 >y2 = ext2 : typeof ext2
26 >y2 : new () => ext2
27 >ext2 : typeof ext2
DexternalModuleAssignToVar.symbols17 import ext2 = require('externalModuleAssignToVar_core_require2');
18 >ext2 : Symbol(ext2, Decl(externalModuleAssignToVar_core.ts, 3, 9))
20 var y2: new() => ext2 = ext2;
22 >ext2 : Symbol(ext2, Decl(externalModuleAssignToVar_core.ts, 3, 9))
23 >ext2 : Symbol(ext2, Decl(externalModuleAssignToVar_core.ts, 3, 9))
25 y2 = ext2; // ok
27 >ext2 : Symbol(ext2, Decl(externalModuleAssignToVar_core.ts, 3, 9))
DexternalModuleAssignToVar.js20 import ext2 = require('externalModuleAssignToVar_core_require2');
21 var y2: new() => ext2 = ext2;
22 y2 = ext2; // ok
62 …ar_core_require2", "externalModuleAssignToVar_ext"], function (require, exports, ext, ext2, ext3) { argument
67 var y2 = ext2;
68 y2 = ext2; // ok
/third_party/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 …]
/third_party/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 …]
Dltp-scsi_debug.sh185 mkdir /test/growfiles/ext2 >/dev/null 2>&1
193 mkfs -V -t ext2 /dev/$part2
201 mount /dev/$part2 /test/growfiles/ext2
Dautofs1.sh76 mkfs -t ext2 $disk_partition
110 /sbin/mkfs -t ext2 $floppy_dev
259 mount -t ext2 $disk_partition /mnt/
/third_party/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
/third_party/typescript/tests/cases/compiler/
DexternalModuleAssignToVar.ts19 import ext2 = require('externalModuleAssignToVar_core_require2');
20 var y2: new() => ext2 = ext2;
21 y2 = ext2; // ok
/third_party/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 …]
/third_party/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 …]
/third_party/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 …]
Dfsx3 #fsx-ext2 fsxtest $SCRATCHDEV ext2 10000
/third_party/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
/third_party/e2fsprogs/debian/
Dcontrol9 Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git
10 Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master
17 Description: ext2 / ext3 / ext4 file system driver for FUSE
19 writing from devices or image files containing ext2, ext3, and ext4
42 Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
59 Description: ext2/ext3/ext4 file system utilities - translations
60 The ext2, ext3 and ext4 file systems are successors of the original ext
151 Description: ext2/ext3/ext4 file system libraries
152 The ext2, ext3 and ext4 file systems are successors of the original ext
170 Description: ext2/ext3/ext4 file system libraries - headers and static libraries
[all …]
/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireExtensionTests.cpp92 const auto* ext2 = reinterpret_cast<const WGPUPrimitiveDepthClampingState*>( in TEST_F() local
94 EXPECT_EQ(ext2->chain.sType, clientExt2.chain.sType); in TEST_F()
95 EXPECT_EQ(ext2->clampDepth, false); in TEST_F()
96 EXPECT_EQ(ext2->chain.next, nullptr); in TEST_F()
111 const auto* ext2 = reinterpret_cast<const WGPUPrimitiveDepthClampingState*>( in TEST_F() local
113 EXPECT_EQ(ext2->chain.sType, clientExt2.chain.sType); in TEST_F()
114 EXPECT_EQ(ext2->clampDepth, false); in TEST_F()
117 ext2->chain.next); in TEST_F()
/third_party/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.
/third_party/e2fsprogs/lib/blkid/tests/
Dext2.results1 TYPE='ext2'
2 LABEL='test-ext2'
/third_party/ltp/testcases/commands/df/
Ddf01.sh22 usage: $0 [-f <ext2|ext3|ext4|vfat|...>]
26 specified, the default filesystem type (currently ext2)
31 TST_FS_TYPE=ext2
/third_party/e2fsprogs/tests/f_create_symlinks/
Dexpect15 ext2fs_symlink: Invalid argument passed to ext2 library while creating symlink "l_1024"
16 symlink: Invalid argument passed to ext2 library
18 ext2fs_symlink: Invalid argument passed to ext2 library while creating symlink "l_1500"
19 symlink: Invalid argument passed to ext2 library
/third_party/e2fsprogs/doc/RelNotes/
Dv1.03.txt5 used by all other ext2 implementations. (This change was requested by
11 Fixed a bug in the ext2 library so that an intelligent error is
15 Fixed a bug in the ext2 library which required that the device be
Dv1.05.txt4 Add support for new fields in the ext2 superblock --- volume name,
9 Put in support for e2fsck to recognize HURD specific ext2 features ---
12 OS-specific variants of the ext2 filesystem.
17 ext2 kernel behavior) and offered to unlink the file.
31 an ext2 filesystem at all (it might swap, msdos filesystem, ufs, etc.)
43 platform, the standard ext2 bit ordering is now used.
/third_party/e2fsprogs/tests/r_1024_small_bg/
Dscript1 test_description="ext2 1024 blocksize with small block groups"
7 FEATURES="-t ext2 -O ^resize_inode -b 1024 -g 1024"

123456