Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dec.c1643 list_add(&h->list, &c->ec_stripe_head_list); in ec_new_stripe_head_alloc()
1681 list_for_each_entry(h, &c->ec_stripe_head_list, list) in __bch2_ec_stripe_head_get()
2164 list_for_each_entry(h, &c->ec_stripe_head_list, list) { in __bch2_ec_stop()
2245 list_for_each_entry(h, &c->ec_stripe_head_list, list) { in bch2_new_stripes_to_text()
2271 h = list_pop_entry(&c->ec_stripe_head_list, struct ec_stripe_head, list); in bch2_fs_ec_exit()
2295 INIT_LIST_HEAD(&c->ec_stripe_head_list); in bch2_fs_ec_init_early()
H A Dbcachefs.h1015 struct list_head ec_stripe_head_list; member