]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: create a function to query all records in a btree
authorDarrick J. Wong <darrick.wong@oracle.com>
Thu, 11 May 2017 19:01:07 +0000 (14:01 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 11 May 2017 19:01:07 +0000 (14:01 -0500)
commit7e05e85693ed924dab2578a1b1e70497ac4c4231
tree114a27183efc8b99ec1c5b39aee5eeda87bbbf20
parentb3d83fa604a58dc987914083c667f19b8122967f
xfs: create a function to query all records in a btree

Source kernel commit: e9a2599a249ed7d31771985aea0e761f5680de64

Create a helper function that will query all records in a btree.
This will be used by the online repair functions to examine every
record in a btree to rebuild a second btree.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_alloc.c
libxfs/xfs_alloc.h
libxfs/xfs_btree.c
libxfs/xfs_btree.h
libxfs/xfs_rmap.c
libxfs/xfs_rmap.h