linux/fs/xfs/scrub
Darrick J. Wong 7c4a07a424 xfs: scrub directory/attribute btrees
Provide a way to check the shape and scrub the hashes and records
in a directory or extended attribute btree.  These are helper functions
for the directory & attribute scrubbers in subsequent patches.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
[fengguang: remove unneeded variable to store return value]
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
2017-10-26 15:38:25 -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
bmap.c xfs: scrub inode block mappings 2017-10-26 15:38:25 -07:00
btree.c xfs: scrub btree keys and records 2017-10-26 15:38:24 -07:00
btree.h xfs: create helpers to scrub a metadata btree 2017-10-26 15:38:24 -07:00
common.c xfs: scrub inodes 2017-10-26 15:38:25 -07:00
common.h xfs: scrub inode block mappings 2017-10-26 15:38:25 -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
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
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
scrub.c xfs: scrub inode block mappings 2017-10-26 15:38:25 -07:00
scrub.h xfs: scrub inode block mappings 2017-10-26 15:38:25 -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