Lines Matching refs:test_fs
31 ext2_filsys test_fs; variable
87 test_io_manager, &test_fs); in setup()
93 retval = ext2fs_allocate_tables(test_fs); in setup()
99 retval = ext2fs_allocate_block_bitmap(test_fs, "bad block map", in setup()
106 retval = ext2fs_allocate_block_bitmap(test_fs, "touched map", in setup()
113 retval = ext2fs_allocate_inode_bitmap(test_fs, "bad inode map", in setup()
135 test_fs->badblocks = test_badblocks; in setup()
148 retval = ext2fs_open_inode_scan(test_fs, 8, &scan); in iterate()
191 for (i = 0; i < test_fs->group_desc_count; i++) { in check_map()
192 for (j=0, blk = ext2fs_inode_table_loc(test_fs, i); in check_map()
193 j < test_fs->inode_blocks_per_group; in check_map()
203 for (i=1; i <= test_fs->super->s_inodes_count; i++) { in check_map()