Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dfree-space-cache.h34 void (*recalc_thresholds)(struct btrfs_free_space_ctl *ctl); member
Dinode-map.c324 .recalc_thresholds = recalculate_thresholds,
346 .recalc_thresholds = pinned_recalc_thresholds,
Dfree-space-cache.c767 ctl->op->recalc_thresholds(ctl); in __load_free_space_cache()
1841 ctl->op->recalc_thresholds(ctl); in add_new_bitmap()
1851 ctl->op->recalc_thresholds(ctl); in free_bitmap()
2001 .recalc_thresholds = recalculate_thresholds,
2769 ctl->op->recalc_thresholds(ctl); in btrfs_alloc_from_cluster()
/Linux-v4.19/fs/btrfs/tests/
Dfree-space-tests.c402 .recalc_thresholds = cache->free_space_ctl->op->recalc_thresholds, in test_steal_space_from_bitmap_to_extent()