summaryrefslogtreecommitdiff
path: root/libbcachefs/replicas_types.h
blob: fed71c861fe76f0c45ddad961b4eedea8063978f (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _BCACHEFS_REPLICAS_TYPES_H
#define _BCACHEFS_REPLICAS_TYPES_H

struct bch_replicas_cpu {
	unsigned		nr;
	unsigned		entry_size;
	struct bch_replicas_entry_v1 *entries;
};

#endif /* _BCACHEFS_REPLICAS_TYPES_H */