Lines Matching defs:scan
35 #define SCAN_BLOCK_STATUS(scan) ((scan)->temp_buffer + (scan)->inode_size) argument
142 ext2_inode_scan scan; in ext2fs_open_inode_scan() local
234 void ext2fs_close_inode_scan(ext2_inode_scan scan) in ext2fs_close_inode_scan()
247 void ext2fs_set_inode_callback(ext2_inode_scan scan, in ext2fs_set_inode_callback()
261 int ext2fs_inode_scan_flags(ext2_inode_scan scan, int set_flags, in ext2fs_inode_scan_flags()
279 static errcode_t get_next_blockgroup(ext2_inode_scan scan) in get_next_blockgroup()
313 errcode_t ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan, in ext2fs_inode_scan_goto_blockgroup()
329 static errcode_t check_for_inode_bad_blocks(ext2_inode_scan scan, in check_for_inode_bad_blocks()
433 static void check_inode_block_sanity(ext2_inode_scan scan, blk64_t num_blocks) in check_inode_block_sanity()
523 static errcode_t get_next_blocks(ext2_inode_scan scan) in get_next_blocks()
601 errcode_t ext2fs_get_next_inode_full(ext2_inode_scan scan, ext2_ino_t *ino, in ext2fs_get_next_inode_full()
746 errcode_t ext2fs_get_next_inode(ext2_inode_scan scan, ext2_ino_t *ino, in ext2fs_get_next_inode()