Lines Matching refs:dblist
1152 The dblist abstraction stores a list of blocks belonging to
1160 Creates a dblist data structure and returns it in @var{ret_dblist}.
1163 @deftypefun void ext2fs_free_dblist (ext2_dblist @var{dblist})
1165 Free a dblist data structure.
1168 @deftypefun errcode_t ext2fs_add_dir_block (ext2_dblist @var{dblist}, ext2_ino_t @var{ino}, blk_t @…
1170 Add an entry to the dblist data structure. This call records the fact
1175 @deftypefun errcode_t ext2fs_set_dir_block (ext2_dblist @var{dblist}, ext2_ino_t @var{ino}, blk_t @…
1177 Change an entry in the dblist data structure; this changes the location
1182 @deftypefun errcode_t ext2fs_dblist_iterate (ext2_dblist @var{dblist}, int (*func)(ext2_filsys @var…
1184 This iterator calls @var{func} for every entry in the dblist data structure.
1187 @deftypefun errcode_t ext2fs_dblist_dir_iterate (ext2_dblist @var{dblist}, int flags, char *@var{bl…
1190 dblist entry, and calls @var{func} for each directory entry in each
1191 directory block. If @var{dblist} contains all the directory blocks in a