Searched refs:bch_stripe (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/bcachefs/
H A Dec_format.h5 struct bch_stripe { struct
H A Dec.h27 static inline unsigned stripe_csums_per_device(const struct bch_stripe *s)
33 static inline unsigned stripe_csum_offset(const struct bch_stripe *s,
40 return sizeof(struct bch_stripe) +
45 static inline unsigned stripe_blockcount_offset(const struct bch_stripe *s,
52 static inline unsigned stripe_blockcount_get(const struct bch_stripe *s,
58 static inline void stripe_blockcount_set(struct bch_stripe *s,
66 static inline unsigned stripe_val_u64s(const struct bch_stripe *s)
72 static inline void *stripe_csum(struct bch_stripe *s,
81 static inline struct bch_csum stripe_csum_get(struct bch_stripe *s,
90 static inline void stripe_csum_set(struct bch_stripe *
[all...]
H A Dec.c113 const struct bch_stripe *s = bkey_s_c_to_stripe(k).v;
134 const struct bch_stripe *sp = bkey_s_c_to_stripe(k).v;
135 struct bch_stripe s = {};
311 const struct bch_stripe *old_s = old.k->type == KEY_TYPE_stripe
313 const struct bch_stripe *new_s = new.k->type == KEY_TYPE_stripe
353 const struct bch_stripe *old_s = old.k->type == KEY_TYPE_stripe
355 const struct bch_stripe *new_s = new.k->type == KEY_TYPE_stripe
490 static const struct bch_extent_ptr *bkey_matches_stripe(struct bch_stripe *s,
546 struct bch_stripe *v = &bkey_i_to_stripe(&buf->key)->v;
579 struct bch_stripe *
[all...]
H A Dbtree_gc.c1117 const struct bch_stripe *s;

Completed in 282 milliseconds