Home
last modified time | relevance | path

Searched refs:stripe_blockcount_offset (Results 1 – 2 of 2) sorted by relevance

/linux/fs/bcachefs/
H A Dec.h43 static inline unsigned stripe_blockcount_offset(const struct bch_stripe *s, in stripe_blockcount_offset() function
53 return le16_to_cpup((void *) s + stripe_blockcount_offset(s, idx)); in stripe_blockcount_get()
59 __le16 *p = (void *) s + stripe_blockcount_offset(s, idx); in stripe_blockcount_set()
66 return DIV_ROUND_UP(stripe_blockcount_offset(s, s->nr_blocks), in stripe_val_u64s()
H A Dec.c176 stripe_blockcount_offset(&s, i) < bkey_val_bytes(k.k)) in bch2_stripe_to_text()