Lines Matching full:scan
439 scan})
440 Initialize the iteration variable @var{scan}. This variable is used by
448 @deftypefun void ext2fs_close_inode_scan (ext2_inode_scan @var{scan})
449 Release the memory associated with @var{scan} and invalidate it.
452 @deftypefun errcode_t ext2fs_get_next_inode (ext2_inode_scan @var{scan}, ext2_ino_t *@var{ino}, struct ext2_inode *@var{inode})
463 @deftypefun errcode_t ext2fs_inode_scan_goto_blockgroup (ext2_inode_scan @var{scan}, int @var{group})
464 Start the inode scan at a particular ext2 blockgroup, @var{group}.
465 This function may be safely called at any time while @var{scan} is valid.
468 @deftypefun void ext2fs_set_inode_callback (ext2_inode_scan @var{scan}, errcode_t (*done_group)(ext2_filsys @var{fs}, ext2_inode_scan @var{scan}, dgrp_t @var{group}, void * @var{private}), void *@var{done_group_data})
474 @deftypefun int ext2fs_inode_scan_flags (ext2_inode_scan @var{scan}, int @var{set_flags}, int @var{clear_flags})