Home
last modified time | relevance | path

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

/linux-6.12.1/fs/bcachefs/
Dec.h44 static inline unsigned stripe_blockcount_offset(const struct bch_stripe *s, in stripe_blockcount_offset() function
54 return le16_to_cpup((void *) s + stripe_blockcount_offset(s, idx)); in stripe_blockcount_get()
60 __le16 *p = (void *) s + stripe_blockcount_offset(s, idx); in stripe_blockcount_set()
67 return DIV_ROUND_UP(stripe_blockcount_offset(s, s->nr_blocks), in stripe_val_u64s()
Dec.c175 stripe_blockcount_offset(&s, i) < bkey_val_bytes(k.k)) in bch2_stripe_to_text()