Searched hist:"2 b30cc0bf0589d1ea0506c019b9b81de77535c87" (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_refcount.h | diff 2b30cc0bf0589d1ea0506c019b9b81de77535c87 Tue Apr 11 21:00:02 CDT 2023 Darrick J. Wong <djwong@kernel.org> xfs: standardize ondisk to incore conversion for refcount btrees
Create a xfs_refcount_check_irec function to detect corruption in btree records. Fix all xfs_refcount_btrec_to_irec callsites to call the new helper and bubble up corruption reports.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|
H A D | xfs_refcount.c | diff 2b30cc0bf0589d1ea0506c019b9b81de77535c87 Tue Apr 11 21:00:02 CDT 2023 Darrick J. Wong <djwong@kernel.org> xfs: standardize ondisk to incore conversion for refcount btrees
Create a xfs_refcount_check_irec function to detect corruption in btree records. Fix all xfs_refcount_btrec_to_irec callsites to call the new helper and bubble up corruption reports.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | refcount.c | diff 2b30cc0bf0589d1ea0506c019b9b81de77535c87 Tue Apr 11 21:00:02 CDT 2023 Darrick J. Wong <djwong@kernel.org> xfs: standardize ondisk to incore conversion for refcount btrees
Create a xfs_refcount_check_irec function to detect corruption in btree records. Fix all xfs_refcount_btrec_to_irec callsites to call the new helper and bubble up corruption reports.
Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com>
|