Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid5-cache.c154 struct radix_tree_root big_stripe_tree; member
165 * (big_stripe_tree). We use radix_tree item pointer as the counter.
174 * big_stripe_tree. Instead of adding new flag, we reuses existing flags:
176 * two flags are set, the stripe is counted in big_stripe_tree. This
191 * calculate key for big_stripe_tree
2682 /* if the stripe is not counted in big_stripe_tree, add it now */ in r5c_try_caching_write()
2687 pslot = radix_tree_lookup_slot(&log->big_stripe_tree, in r5c_try_caching_write()
2694 &log->big_stripe_tree, pslot, in r5c_try_caching_write()
2702 &log->big_stripe_tree, tree_index, in r5c_try_caching_write()
2833 /* stop counting this stripe in big_stripe_tree */ in r5c_finish_stripe_write_out()
[all...]