Home | History | Annotate | Download | only in ext2fs

Lines Matching full:inode

2  * tst_inode.c --- this function tests the inode scan function
63 * Setup the variables for doing the inode scan test.
106 retval = ext2fs_allocate_inode_bitmap(test_fs, "bad inode map",
110 "While allocating bad inode bitmap");
136 struct ext2_inode inode;
143 com_err("iterate", retval, "While opening inode scan");
147 retval = ext2fs_get_next_inode(scan, &ino, &inode);
149 com_err("iterate", retval, "while reading first inode");
153 retval = ext2fs_get_next_inode(scan, &ino, &inode);
160 "while getting next inode");
215 printf("Inode scan tested OK!\n");