Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:scan

2  * pass1.c -- pass #1 of e2fsck: sequential scan of the inode table
84 static errcode_t scan_callback(ext2_filsys fs, ext2_inode_scan scan,
444 /* scan all entry's headers first */
1106 * of the last inode scan buffer block for the last group.
1163 ext2_inode_scan scan = NULL;
1324 old_op = ehandler_operation(_("opening inode scan"));
1326 &scan);
1333 ext2fs_inode_scan_flags(scan, EXT2_SF_SKIP_MISSING_ITABLE |
1338 ext2fs_set_inode_callback(scan, scan_callback, &scan_struct);
1362 old_op = ehandler_operation(_("getting next inode from scan"));
1363 pctx.errcode = ext2fs_get_next_inode_full(scan, &ino,
1374 * the inode scan.
1392 err = ext2fs_inode_scan_goto_blockgroup(scan,
1965 ext2fs_close_inode_scan(scan);
1966 scan = NULL;
2052 if (scan)
2053 ext2fs_close_inode_scan(scan);
2077 ext2_inode_scan scan EXT2FS_ATTR((unused)),
2709 * was aborted, we need to restart the pass 1 scan.
3916 * the inode scan code will try to do