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
228 void ext2fs_close_inode_scan(ext2_inode_scan scan) in ext2fs_close_inode_scan()
241 void ext2fs_set_inode_callback(ext2_inode_scan scan, in ext2fs_set_inode_callback()
255 int ext2fs_inode_scan_flags(ext2_inode_scan scan, int set_flags, in ext2fs_inode_scan_flags()
273 static errcode_t get_next_blockgroup(ext2_inode_scan scan) in get_next_blockgroup()
307 errcode_t ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan, in ext2fs_inode_scan_goto_blockgroup()
322 static errcode_t check_for_inode_bad_blocks(ext2_inode_scan scan, in check_for_inode_bad_blocks()
420 static void check_inode_block_sanity(ext2_inode_scan scan, blk64_t num_blocks) in check_inode_block_sanity()
510 static errcode_t get_next_blocks(ext2_inode_scan scan) in get_next_blocks()
588 errcode_t ext2fs_get_next_inode_full(ext2_inode_scan scan, ext2_ino_t *ino, in ext2fs_get_next_inode_full()
733 errcode_t ext2fs_get_next_inode(ext2_inode_scan scan, ext2_ino_t *ino, in ext2fs_get_next_inode()