Lines Matching refs:bch_member
43 struct bch_member { struct
82 LE64_BITMASK(BCH_MEMBER_STATE, struct bch_member, flags, 0, 4) argument
84 LE64_BITMASK(BCH_MEMBER_DISCARD, struct bch_member, flags, 14, 15)
85 LE64_BITMASK(BCH_MEMBER_DATA_ALLOWED, struct bch_member, flags, 15, 20)
86 LE64_BITMASK(BCH_MEMBER_GROUP, struct bch_member, flags, 20, 28)
87 LE64_BITMASK(BCH_MEMBER_DURABILITY, struct bch_member, flags, 28, 30)
89 struct bch_member, flags, 30, 31)
92 LE64_BITMASK(BCH_MEMBER_NR_READ_ERRORS, struct bch_member, flags[1], 0, 20);
93 LE64_BITMASK(BCH_MEMBER_NR_WRITE_ERRORS,struct bch_member, flags[1], 20, 40);
111 struct bch_member _members[]; //Members are now variable size
118 struct bch_member _members[];