Searched refs:test_fs (Results 1 – 21 of 21) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | tst_bitmaps.c | 34 ext2_filsys test_fs; variable 144 if (!test_fs) { in check_fs_open() 163 test_io_manager, &test_fs); in setup_filesystem() 169 test_fs->default_bitmap_type = type; in setup_filesystem() 170 ext2fs_free_block_bitmap(test_fs->block_map); in setup_filesystem() 171 test_fs->block_map = 0; in setup_filesystem() 172 ext2fs_free_inode_bitmap(test_fs->inode_map); in setup_filesystem() 173 test_fs->inode_map = 0; in setup_filesystem() 174 retval = ext2fs_allocate_block_bitmap(test_fs, "block bitmap", in setup_filesystem() 175 &test_fs->block_map); in setup_filesystem() [all …]
|
D | tst_iscan.c | 30 ext2_filsys test_fs; variable 86 test_io_manager, &test_fs); in setup() 92 retval = ext2fs_allocate_tables(test_fs); in setup() 98 retval = ext2fs_allocate_block_bitmap(test_fs, "bad block map", in setup() 105 retval = ext2fs_allocate_block_bitmap(test_fs, "touched map", in setup() 112 retval = ext2fs_allocate_inode_bitmap(test_fs, "bad inode map", in setup() 134 test_fs->badblocks = test_badblocks; in setup() 147 retval = ext2fs_open_inode_scan(test_fs, 8, &scan); in iterate() 190 for (i = 0; i < test_fs->group_desc_count; i++) { in check_map() 191 for (j=0, blk = ext2fs_inode_table_loc(test_fs, i); in check_map() [all …]
|
D | icount.c | 647 ext2_filsys test_fs; variable 737 test_io_manager, &test_fs); in setup() 743 retval = ext2fs_allocate_tables(test_fs); in setup() 760 retval = ext2fs_create_icount_tdb(test_fs, dir, in run_test() 768 retval = ext2fs_create_icount2(test_fs, flags, size, 0, in run_test()
|
/external/e2fsprogs/tests/progs/ |
D | test_icount.c | 33 ext2_filsys test_fs; variable 85 retval = ext2fs_create_icount(test_fs, flags, (int) size, in do_create_icount() 210 for (i=1; i <= test_fs->super->s_inodes_count; i++) { in do_dump() 316 unix_io_manager, &test_fs); in main()
|
/external/e2fsprogs/misc/ |
D | mke2fs.conf.in | 21 options = test_fs=1
|
/external/e2fsprogs/tests/ |
D | mke2fs.conf.in | 23 options = test_fs=1
|
/external/e2fsprogs/po/ |
D | nl.po | 1138 msgid "The test_fs flag is set (and ext4 is available). " 1139 msgstr "De functievlag 'test_fs' is gezet (en ext4 is beschikbaar). " 4338 " test_fs\n" 5232 "\t^test_fs\n" 5246 " test_fs\n" 5247 " ^test_fs\n"
|
D | id.po | 1142 msgid "The test_fs flag is set (and ext4 is available). " 1143 msgstr "Tanda test_fs telah aktif (dan ext4 tersedia). " 5203 "\t^test_fs\n" 5216 "\t^test_fs\n"
|
D | de.po | 1138 msgid "The test_fs flag is set (and ext4 is available). " 1139 msgstr "Die Kennung test_fs wurde gesetzt (und ext4 ist verfügbar). " 5153 "\t^test_fs\n" 5169 "\t^test_fs\n"
|
D | pl.po | 1128 msgid "The test_fs flag is set (and ext4 is available). " 1129 msgstr "Flags test_fs jest ustawiona (i ext4 jest dostępny). " 5206 "\t^test_fs\n" 5221 "\t^test_fs\n"
|
D | sv.po | 1144 msgid "The test_fs flag is set (and ext4 is available). " 1145 msgstr "Flaggan test_fs är satt (och ext4 är tillgänligt). " 5212 "\t^test_fs\n" 5227 "\t^test_fs\n"
|
D | cs.po | 1137 msgid "The test_fs flag is set (and ext4 is available). " 1138 msgstr "Příznak test_fs je nastaven (a ext4 je dostupný). " 5231 "\t^test_fs\n" 5246 "\t^test_fs\n"
|
D | vi.po | 1133 msgid "The test_fs flag is set (and ext4 is available). " 1134 msgstr "Cờ “test_fs” được đặt (và ext4 sẵn sàng)" 5195 "\t^test_fs\n" 5210 "\t^test_fs\n"
|
D | e2fsprogs.pot | 1093 msgid "The test_fs flag is set (and ext4 is available). " 5095 "\t^test_fs\n"
|
D | zh_CN.po | 1103 msgid "The test_fs flag is set (and ext4 is available). " 4887 "\t^test_fs\n"
|
D | it.po | 1161 msgid "The test_fs flag is set (and ext4 is available). " 5262 "\t^test_fs\n"
|
D | ca.po | 1130 msgid "The test_fs flag is set (and ext4 is available). " 5125 "\t^test_fs\n"
|
D | tr.po | 1142 msgid "The test_fs flag is set (and ext4 is available). " 5415 "\t^test_fs\n"
|
D | es.po | 1200 msgid "The test_fs flag is set (and ext4 is available). " 5349 "\t^test_fs\n"
|
/external/e2fsprogs/debian/ |
D | changelog | 972 * Fix blkid to deal with an ext3 filesystem with the test_fs flag 1038 * E2fsck will offer to clear the test_fs flag if the ext4 filesystem 1388 * Allow tune2fs to set and clear the test_fs flag on ext4 filesystems. 1415 * Teach mke2fs and tune2fs to set a "test_fs" flag, which indicates
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 2125 Blkid will now recognize ext3 filesystems that have the test_fs flag 2257 E2fsck will now offer to clear the test_fs flag if the ext4 filesystem 3161 Allow tune2fs to set and clear the test_fs flag on ext4 filesystems.
|