Lines Matching full:scan
22 * 3. Scan the inode table, doing the following:
1084 ext2_inode_scan scan EXT2FS_ATTR((unused)),
1113 ext2_inode_scan scan = NULL;
1137 retval = ext2fs_open_inode_scan(rfs->old_fs, 0, &scan);
1154 ext2fs_set_inode_callback(scan, progress_callback, (void *) rfs);
1170 retval = ext2fs_get_next_inode_full(scan, &ino, inode, inode_size);
1257 if (scan)
1258 ext2fs_close_inode_scan(scan);