Sign in
android-kvm
/
linux
/
f9ccc30824a6b9f44b975c8ce952938eff5920f3
/
.
/
fs
/
bcachefs
/
replicas_types.h
blob: 0535b1d3760edc1cdbc8284c44546f60f1ffb944 [
file
] [
log
] [
blame
]
#ifndef
_BCACHEFS_REPLICAS_TYPES_H
#define
_BCACHEFS_REPLICAS_TYPES_H
struct
bch_replicas_cpu
{
unsigned
nr
;
unsigned
entry_size
;
struct
bch_replicas_entry
*
entries
;
};
#endif
/* _BCACHEFS_REPLICAS_TYPES_H */