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
220 void ext2fs_close_inode_scan(ext2_inode_scan scan) in ext2fs_close_inode_scan()
233 void ext2fs_set_inode_callback(ext2_inode_scan scan, in ext2fs_set_inode_callback()
247 int ext2fs_inode_scan_flags(ext2_inode_scan scan, int set_flags, in ext2fs_inode_scan_flags()
265 static errcode_t get_next_blockgroup(ext2_inode_scan scan) in get_next_blockgroup()
295 errcode_t ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan, in ext2fs_inode_scan_goto_blockgroup()
310 static errcode_t check_for_inode_bad_blocks(ext2_inode_scan scan, in check_for_inode_bad_blocks()
408 static void check_inode_block_sanity(ext2_inode_scan scan, blk64_t num_blocks) in check_inode_block_sanity()
498 static errcode_t get_next_blocks(ext2_inode_scan scan) in get_next_blocks()
576 errcode_t ext2fs_get_next_inode_full(ext2_inode_scan scan, ext2_ino_t *ino, in ext2fs_get_next_inode_full()
721 errcode_t ext2fs_get_next_inode(ext2_inode_scan scan, ext2_ino_t *ino, in ext2fs_get_next_inode()