Home
last modified time | relevance | path

Searched refs:stripe_sectors (Results 1 – 10 of 10) sorted by relevance

/linux/fs/bcachefs/
H A Dalloc_background.h42 dst->stripe_sectors = src.stripe_sectors; in alloc_to_bucket()
52 dst->stripe_sectors = src.stripe_sectors; in __bucket_m_to_alloc()
93 return a.stripe_sectors + a.dirty_sectors + a.cached_sectors; in bch2_bucket_sectors_total()
98 return a.stripe_sectors + a.dirty_sectors; in bch2_bucket_sectors_dirty()
118 int d = a.stripe_sectors + a.dirty_sectors; in bch2_gc_bucket_sectors_fragmented()
H A Dbuckets_types.h19 u32 stripe_sectors; member
H A Dalloc_background_format.h74 __u32 stripe_sectors; member
H A Dalloc_background.c271 unsigned stripe_sectors = BCH_ALLOC_V4_BACKPOINTERS_START(&a) * sizeof(u64) > in bch2_alloc_v4_validate() local
272 offsetof(struct bch_alloc_v4, stripe_sectors) in bch2_alloc_v4_validate()
273 ? a.stripe_sectors in bch2_alloc_v4_validate()
280 bkey_fsck_err_on(stripe_sectors || in bch2_alloc_v4_validate()
286 stripe_sectors, in bch2_alloc_v4_validate()
297 !stripe_sectors, in bch2_alloc_v4_validate()
305 stripe_sectors || in bch2_alloc_v4_validate()
335 a->stripe_sectors = swab32(a->stripe_sectors); in bch2_alloc_v4_swab()
355 prt_printf(out, "stripe_sectors %u\n", a->stripe_sectors); in bch2_alloc_to_text()
2105 a->v.stripe_sectors = 0; in invalidate_one_bucket()
H A Dbtree_gc.c783 l.stripe_sectors != r.stripe_sectors || in bch2_alloc_v4_cmp()
861 copy_bucket_field(alloc_key_stripe_sectors_wrong, stripe_sectors); in bch2_alloc_write_key()
H A Dbuckets.c171 g->stripe_sectors = 0; in bch2_check_fix_ptr()
217 g->stripe_sectors = 0; in bch2_check_fix_ptr()
547 u32 *dst_sectors = p->has_ec ? &a->stripe_sectors : in __mark_pointer()
H A Dbackpointers.c907 sectors[ALLOC_stripe] != a->stripe_sectors) { in check_bucket_backpointer_mismatch()
915 sectors[ALLOC_stripe] > a->stripe_sectors) { in check_bucket_backpointer_mismatch()
H A Dec.c2253 if (a->stripe_sectors) { in bch2_invalidate_stripe_to_dev()
/linux/fs/btrfs/
H A Draid56.h125 struct sector_ptr *stripe_sectors; member
/linux/drivers/md/
H A Ddm-raid.c1986 __le32 stripe_sectors; member
2154 sb->stripe_sectors = cpu_to_le32(mddev->chunk_sectors); in super_sync()
2265 mddev->chunk_sectors = le32_to_cpu(sb->stripe_sectors); in super_init_validation()