Lines Matching defs:bch_member
43 struct bch_member { struct
44 __uuid_t uuid;
45 __le64 nbuckets; /* device size */
46 __le16 first_bucket; /* index of first bucket used */
47 __le16 bucket_size; /* sectors */
48 __u8 btree_bitmap_shift;
49 __u8 pad[3];
50 __le64 last_mount; /* time_t */
52 __le64 flags;
53 __le32 iops[4];
54 __le64 errors[BCH_MEMBER_ERROR_NR];
55 __le64 errors_at_reset[BCH_MEMBER_ERROR_NR];
56 __le64 errors_reset_time;
57 __le64 seq;
58 __le64 btree_allocated_bitmap;
82 LE64_BITMASK(BCH_MEMBER_STATE, struct bch_member, flags, 0, 4) argument