Home
last modified time | relevance | path

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

/Linux-v5.15/fs/btrfs/
Dfree-space-cache.h45 struct btrfs_free_space_ctl { struct
63 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl, argument
103 struct btrfs_free_space_ctl *ctl);
105 struct btrfs_free_space_ctl *ctl,
116 void __btrfs_remove_free_space_cache(struct btrfs_free_space_ctl *ctl);
Dfree-space-cache.c36 static int link_free_space(struct btrfs_free_space_ctl *ctl,
38 static void unlink_free_space(struct btrfs_free_space_ctl *ctl,
40 static int search_bitmap(struct btrfs_free_space_ctl *ctl,
43 static void free_bitmap(struct btrfs_free_space_ctl *ctl,
45 static void bitmap_clear_bits(struct btrfs_free_space_ctl *ctl,
663 static void recalculate_thresholds(struct btrfs_free_space_ctl *ctl) in recalculate_thresholds()
702 struct btrfs_free_space_ctl *ctl, in __load_free_space_cache()
862 struct btrfs_free_space_ctl *ctl) in copy_free_space_cache()
899 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in load_free_space_cache()
900 struct btrfs_free_space_ctl tmp_ctl = {}; in load_free_space_cache()
[all …]
Dblock-group.h112 struct btrfs_free_space_ctl *free_space_ctl;
Ddiscard.c591 struct btrfs_free_space_ctl *ctl; in btrfs_discard_update_discardable()
Dextent-tree.c3667 struct btrfs_free_space_ctl *free_space_ctl; in find_free_extent_unclustered()
3753 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in do_allocation_zoned()
/Linux-v5.15/fs/btrfs/tests/
Dfree-space-tests.c325 static bool test_use_bitmap(struct btrfs_free_space_ctl *ctl, in test_use_bitmap()