2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 10:44:14 +08:00
linux-next/fs/xfs/scrub
Darrick J. Wong 2fdbec5cbe xfs: compare btree block keys to parent block's keys during scrub
When we're done checking all the records/keys in a btree block, compute
the low and high key of the block and compare them to the associated key
in the parent btree block.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
2017-10-27 09:20:31 -07:00
..
agheader.c xfs: scrub the AGI 2017-10-26 15:38:24 -07:00
alloc.c xfs: scrub free space btrees 2017-10-26 15:38:25 -07:00
attr.c xfs: scrub extended attributes 2017-10-26 15:38:26 -07:00
bmap.c xfs: scrub inode block mappings 2017-10-26 15:38:25 -07:00
btree.c xfs: compare btree block keys to parent block's keys during scrub 2017-10-27 09:20:31 -07:00
btree.h xfs: create helpers to scrub a metadata btree 2017-10-26 15:38:24 -07:00
common.c xfs: scrub directory metadata 2017-10-26 15:38:25 -07:00
common.h xfs: scrub quota information 2017-10-26 15:38:26 -07:00
dabtree.c xfs: scrub directory/attribute btrees 2017-10-26 15:38:25 -07:00
dabtree.h xfs: scrub directory/attribute btrees 2017-10-26 15:38:25 -07:00
dir.c xfs: scrub directory freespace 2017-10-26 15:38:26 -07:00
ialloc.c xfs: scrub inode btrees 2017-10-26 15:38:25 -07:00
inode.c xfs: scrub inodes 2017-10-26 15:38:25 -07:00
parent.c xfs: scrub directory parent pointers 2017-10-26 15:38:26 -07:00
quota.c xfs: scrub quota information 2017-10-26 15:38:26 -07:00
refcount.c xfs: scrub refcount btrees 2017-10-26 15:38:25 -07:00
rmap.c xfs: scrub rmap btrees 2017-10-26 15:38:25 -07:00
rtbitmap.c xfs: scrub realtime bitmap/summary 2017-10-26 15:38:26 -07:00
scrub.c xfs: scrub quota information 2017-10-26 15:38:26 -07:00
scrub.h xfs: scrub quota information 2017-10-26 15:38:26 -07:00
symlink.c xfs: scrub symbolic links 2017-10-26 15:38:26 -07:00
trace.c xfs: create helpers to scrub a metadata btree 2017-10-26 15:38:24 -07:00
trace.h xfs: scrub btree keys and records 2017-10-26 15:38:24 -07:00
xfs_scrub.h