summaryrefslogtreecommitdiff
path: root/fs/xfs/scrub/rtsummary.h
blob: aca13556b3a231ae2658d6c9ba6b941e51445089 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// SPDX-License-Identifier: GPL-2.0-or-later
/*
 * Copyright (C) 2022 Oracle.  All Rights Reserved.
 * Author: Darrick J. Wong <djwong@kernel.org>
 */
#ifndef __XFS_SCRUB_RTSUMMARY_H__
#define __XFS_SCRUB_RTSUMMARY_H__

typedef unsigned int xfs_rtsumoff_t;

int xfsum_copyout(struct xfs_scrub *sc, xfs_rtsumoff_t sumoff,
		union xfs_suminfo_ondisk *info, unsigned int nr_words);

#endif /* __XFS_SCRUB_RTSUMMARY_H__ */