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

/linux-master/fs/bcachefs/
H A Dbtree_gc.c1670 const struct bch_stripe *s;
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 = {};
250 const struct bch_stripe *s = bkey_s_c_to_stripe(k).v;
310 const struct bch_stripe *old_s = old.k->type == KEY_TYPE_stripe
312 const struct bch_stripe *new_s = new.k->type == KEY_TYPE_stripe
465 static const struct bch_extent_ptr *bkey_matches_stripe(struct bch_stripe *s,
521 struct bch_stripe *v = &bkey_i_to_stripe(&buf->key)->v;
554 struct bch_stripe *v = &bkey_i_to_stripe(&buf->key)->v;
573 struct bch_stripe *
[all...]
H A Dec.h26 static inline unsigned stripe_csums_per_device(const struct bch_stripe *s)
32 static inline unsigned stripe_csum_offset(const struct bch_stripe *s,
39 return sizeof(struct bch_stripe) +
44 static inline unsigned stripe_blockcount_offset(const struct bch_stripe *s,
51 static inline unsigned stripe_blockcount_get(const struct bch_stripe *s,
57 static inline void stripe_blockcount_set(struct bch_stripe *s,
65 static inline unsigned stripe_val_u64s(const struct bch_stripe *s)
71 static inline void *stripe_csum(struct bch_stripe *s,
80 static inline struct bch_csum stripe_csum_get(struct bch_stripe *s,
89 static inline void stripe_csum_set(struct bch_stripe *
[all...]
H A Dec_format.h5 struct bch_stripe { struct

Completed in 291 milliseconds