Home
last modified time | relevance | path

Searched refs:ext2fs_inode_scan_goto_blockgroup (Results 1 – 7 of 7) sorted by relevance

/third_party/e2fsprogs/doc/RelNotes/
Dv1.11.txt37 Fixed bug in ext2fs_inode_scan_goto_blockgroup; it had not been
Dv1.07.txt109 Added new function (ext2fs_inode_scan_goto_blockgroup) which allows an
/third_party/e2fsprogs/debian/
Dlibext2fs2.symbols392 ext2fs_inode_scan_goto_blockgroup@Base 1.37
/third_party/e2fsprogs/lib/ext2fs/
Dinode.c307 errcode_t ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan, in ext2fs_inode_scan_goto_blockgroup() function
Dext2fs.h1533 extern errcode_t ext2fs_inode_scan_goto_blockgroup(ext2_inode_scan scan,
/third_party/e2fsprogs/doc/
Dlibext2fs.texinfo580 @deftypefun errcode_t ext2fs_inode_scan_goto_blockgroup (ext2_inode_scan @var{scan}, int @var{group…
/third_party/e2fsprogs/e2fsck/
Dpass1.c1397 err = ext2fs_inode_scan_goto_blockgroup(scan, in e2fsck_pass1()