Searched refs:test_fs (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dtst_bitmaps.c34 ext2_filsys test_fs; variable
144 if (!test_fs) {
163 test_io_manager, &test_fs);
169 test_fs->default_bitmap_type = type;
170 ext2fs_free_block_bitmap(test_fs->block_map);
171 test_fs->block_map = 0;
172 ext2fs_free_inode_bitmap(test_fs->inode_map);
173 test_fs->inode_map = 0;
174 retval = ext2fs_allocate_block_bitmap(test_fs, "block bitmap",
175 &test_fs
[all...]
H A Dtst_iscan.c30 ext2_filsys test_fs; variable
86 test_io_manager, &test_fs);
92 retval = ext2fs_allocate_tables(test_fs);
98 retval = ext2fs_allocate_block_bitmap(test_fs, "bad block map",
105 retval = ext2fs_allocate_block_bitmap(test_fs, "touched map",
112 retval = ext2fs_allocate_inode_bitmap(test_fs, "bad inode map",
134 test_fs->badblocks = test_badblocks;
147 retval = ext2fs_open_inode_scan(test_fs, 8, &scan);
190 for (i = 0; i < test_fs->group_desc_count; i++) {
191 for (j=0, blk = ext2fs_inode_table_loc(test_fs,
[all...]
H A Dicount.c647 ext2_filsys test_fs; variable
737 test_io_manager, &test_fs);
743 retval = ext2fs_allocate_tables(test_fs);
760 retval = ext2fs_create_icount_tdb(test_fs, dir,
768 retval = ext2fs_create_icount2(test_fs, flags, size, 0,
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dcaching_file_system_test.py73 test_fs = TestFileSystem({
81 mock_fs = MockFileSystem(test_fs)
107 test_fs.IncrementStat();
118 test_fs.IncrementStat();
142 test_fs.IncrementStat(path='bob/bob0')
180 test_fs = TestFileSystem({
186 mock_fs = MockFileSystem(test_fs)
205 test_fs.IncrementStat()
214 test_fs = TestFileSystem({
220 mock_fs = MockFileSystem(test_fs)
[all...]
/external/e2fsprogs/tests/progs/
H A Dtest_icount.c33 ext2_filsys test_fs; variable
85 retval = ext2fs_create_icount(test_fs, flags, (int) size,
210 for (i=1; i <= test_fs->super->s_inodes_count; i++) {
316 unix_io_manager, &test_fs);

Completed in 1059 milliseconds