Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dfree-space-cache.c46 static int link_free_space(struct btrfs_free_space_ctl *ctl,
50 static int search_bitmap(struct btrfs_free_space_ctl *ctl,
53 static void free_bitmap(struct btrfs_free_space_ctl *ctl,
734 struct btrfs_free_space_ctl *ctl, in __load_free_space_cache()
899 struct btrfs_free_space_ctl *ctl) in copy_free_space_cache()
943 struct btrfs_free_space_ctl tmp_ctl = {}; in load_free_space_cache()
1070 struct btrfs_free_space_ctl *ctl, in write_cache_extent_entries()
1376 struct btrfs_free_space_ctl *ctl, in __btrfs_write_out_cache()
1707 tree_search_offset(struct btrfs_free_space_ctl *ctl, in tree_search_offset()
2953 struct btrfs_free_space_ctl *ctl) in btrfs_init_free_space_ctl()
[all …]
H A Dfree-space-cache.h76 struct btrfs_free_space_ctl { struct
95 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl, argument
135 struct btrfs_free_space_ctl *ctl);
H A Dblock-group.h171 struct btrfs_free_space_ctl *free_space_ctl;
H A Ddiscard.c649 struct btrfs_free_space_ctl *ctl; in btrfs_discard_update_discardable()
H A Dextent-tree.c3744 struct btrfs_free_space_ctl *free_space_ctl; in find_free_extent_unclustered()
3813 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in do_allocation_zoned()
/linux-6.15/fs/btrfs/tests/
H A Dfree-space-tests.c325 static bool test_use_bitmap(struct btrfs_free_space_ctl *ctl, in test_use_bitmap()
827 static bool bytes_index_use_bitmap(struct btrfs_free_space_ctl *ctl, in bytes_index_use_bitmap()
839 struct btrfs_free_space_ctl *ctl = cache->free_space_ctl; in test_bytes_index()