Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:test_fs

30 ext2_filsys	test_fs;
80 test_io_manager, &test_fs);
86 retval = ext2fs_allocate_tables(test_fs);
92 retval = ext2fs_allocate_block_bitmap(test_fs, "bad block map",
99 retval = ext2fs_allocate_block_bitmap(test_fs, "touched map",
106 retval = ext2fs_allocate_inode_bitmap(test_fs, "bad inode map",
128 test_fs->badblocks = test_badblocks;
141 retval = ext2fs_open_inode_scan(test_fs, 8, &scan);
184 for (i = 0; i < test_fs->group_desc_count; i++) {
185 for (j=0, blk = test_fs->group_desc[i].bg_inode_table;
186 j < test_fs->inode_blocks_per_group;
196 for (i=1; i <= test_fs->super->s_inodes_count; i++) {