Home
last modified time | relevance | path

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

123

/external/e2fsprogs/misc/
Dfindsuper.c123 struct ext2_super_block ext2; in main() local
189 read(fd, &ext2, 512) == 512; sk += skiprate) { in main()
214 if (ext2.s_magic != EXT2_SUPER_MAGIC) in main()
216 if (ext2.s_log_block_size > 6) in main()
217 WHY("log block size > 6 (%u)\n", ext2.s_log_block_size); in main()
218 if (ext2.s_r_blocks_count > ext2.s_blocks_count) in main()
220 ext2.s_r_blocks_count, ext2.s_blocks_count); in main()
221 if (ext2.s_free_blocks_count > ext2.s_blocks_count) in main()
223 ext2.s_free_blocks_count, ext2.s_blocks_count); in main()
224 if (ext2.s_free_inodes_count > ext2.s_inodes_count) in main()
[all …]
/external/chromium/chrome/common/extensions/
Dextension_set_unittest.cc53 scoped_refptr<Extension> ext2(CreateTestExtension( in TEST() local
62 ASSERT_TRUE(ext1 && ext2 && ext3 && ext4); in TEST()
72 extensions.Insert(ext2); in TEST()
74 EXPECT_EQ(ext2, extensions.GetByID(ext1->id())); in TEST()
82 EXPECT_EQ(ext2, extensions.GetByURL( in TEST()
83 ext2->GetResourceURL("test.html"))); in TEST()
90 EXPECT_EQ(ext2, extensions.GetByURL( in TEST()
114 extensions.Remove(ext2->id()); in TEST()
116 EXPECT_FALSE(extensions.GetByID(ext2->id())); in TEST()
/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/genext2fs/
Dtest-mount.sh39 /sbin/e2fsck -fn ext2.img || fail
41 mount -t ext2 -o ro,loop ext2.img mnt || fail
59 /sbin/e2fsck -fn ext2.img || fail
61 mount -t ext2 -o ro,loop ext2.img mnt || fail
DTODO3 - support fancy ext2 options
DREADME1 genext2fs generates an ext2 filesystem as a normal (non-root) user.
/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
122 %{_root_sbindir}/fsck.ext2
129 %{_root_sbindir}/mkfs.ext2
[all …]
De2fsprogs.spec.in6 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
122 %{_root_sbindir}/fsck.ext2
129 %{_root_sbindir}/mkfs.ext2
[all …]
DINSTALL.elfbin40 /dev/hda4 / ext2 defaults
44 /dev/hda4 / ext2 defaults 1 1
DINSTALL61 /dev/hda4 / ext2 defaults
65 /dev/hda4 / ext2 defaults 1 1
/external/e2fsprogs/tests/f_crashdisk/
Dexpect.12 ../e2fsck/e2fsck: The ext2 superblock is corrupt while trying to open ./test.img
4 The superblock could not be read or does not describe a correct ext2
5 filesystem. If the device is valid and it really contains an ext2
/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 aviable despite the possible
62 # total number of blocks are gathered from the ext2 filesystem itself.
DREADME50 It supports modern ext2 version that has file type in directory structure
70 2. Technical overview of the ext2 filesystem.
143 4. Use the 'setdevice' command to open an ext2 filesystem.
146 5. If the filesystem is an ext2 filesystem and ext2ed fails to
/external/e2fsprogs/lib/blkid/tests/
Dext2.results1 TYPE='ext2'
2 LABEL='test-ext2'
/external/chromium/chrome/browser/
Dbackground_application_list_model_unittest.cc114 scoped_refptr<Extension> ext2 = CreateExtension("bravo", false); in TEST_F() local
130 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext2)); in TEST_F()
131 service->AddExtension(ext2); in TEST_F()
151 ASSERT_FALSE(BackgroundApplicationListModel::IsBackgroundApp(*ext2)); in TEST_F()
152 service->UninstallExtension(ext2->id(), false, NULL); in TEST_F()
/external/e2fsprogs/lib/ext2fs/
Dext2_err.et.in9 error_table ext2
57 "Wrong magic number for ext2 file structure"
192 "The ext2 superblock is corrupt"
225 "Invalid argument passed to ext2 library"
228 "Could not allocate block in ext2 filesystem"
231 "Could not allocate inode in ext2 filesystem"
252 "Unimplemented ext2 library function"
/external/grub/util/
Dmkbimage169 ext2)
242 [ ! "$fs" ] && fs=ext2
248 ext2) mkfs_options="-m 0";
/external/e2fsprogs/debian/attic/
De2fslibsg-dev.info1 DESCR="Library of routines to manipulate an ext2 filesystem."
De2fslibsg-dev.menu3 longtitle="A library to handle low-level structures in an ext2 filesystem"\
/external/e2fsprogs/debian/
Dcontrol.in18 Description: statically-linked version of the ext2/ext3/ext4 filesystem checker
203 Description: ext2/ext3/ext4 file system libraries
204 The ext2, ext3 and ext4 file systems are successors of the original ext
221 Description: ext2/ext3/ext4 file system libraries - headers and static libraries
222 The ext2, ext3 and ext4 file systems are successors of the original ext
240 Description: ext2/ext3/ext4 file system utilities
241 The ext2, ext3 and ext4 file systems are successors of the original ext
246 ext2/3/4-based file systems.
De2fslibs-dev.doc-base5 user-level programs to manipulate an ext2 filesystem.
/external/llvm/test/Transforms/LoopStrengthReduce/
D2011-10-06-ReusePhi.ll32 %idx.ext2 = sext i32 %IB to i64
45 %add.ptr3 = getelementptr inbounds float* %B.addr.04, i64 %idx.ext2
/external/protobuf/python/google/protobuf/internal/
Dtext_format_test.py83 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
85 message.message_set.Extensions[ext2].str = 'foo'
182 ext2 = unittest_mset_pb2.TestMessageSetExtension2.message_set_extension
184 self.assertEquals('foo', message.message_set.Extensions[ext2].str)
/external/e2fsprogs/tests/f_miss_journal/
Dexpect.14 *** ext3 journal has been deleted - filesystem is now ext2 only ***
/external/e2fsprogs/tests/f_badjourblks/
Dexpect.14 *** ext3 journal has been deleted - filesystem is now ext2 only ***

123