mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-02 00:00:03 +03:00
12 lines
240 B
C
12 lines
240 B
C
|
#ifndef _BCACHEFS_REPLICAS_TYPES_H
|
||
|
#define _BCACHEFS_REPLICAS_TYPES_H
|
||
|
|
||
|
struct bch_replicas_cpu {
|
||
|
struct rcu_head rcu;
|
||
|
unsigned nr;
|
||
|
unsigned entry_size;
|
||
|
struct bch_replicas_entry entries[];
|
||
|
};
|
||
|
|
||
|
#endif /* _BCACHEFS_REPLICAS_TYPES_H */
|