Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Dfree-space-cache.h18 struct btrfs_free_space_ctl { struct
34 void (*recalc_thresholds)(struct btrfs_free_space_ctl *ctl); argument
35 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl,
77 struct btrfs_free_space_ctl *ctl,
89 void __btrfs_remove_free_space_cache(struct btrfs_free_space_ctl *ctl);
Dinode-map.c19 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in caching_kthread()
126 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in start_caching()
200 struct btrfs_free_space_ctl *pinned = root->free_ino_pinned; in btrfs_return_ino()
235 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_unpin_free_ino()
278 static void recalculate_thresholds(struct btrfs_free_space_ctl *ctl) in recalculate_thresholds()
313 static bool use_bitmap(struct btrfs_free_space_ctl *ctl, in use_bitmap()
328 static void pinned_recalc_thresholds(struct btrfs_free_space_ctl *ctl) in pinned_recalc_thresholds()
332 static bool pinned_use_bitmap(struct btrfs_free_space_ctl *ctl, in pinned_use_bitmap()
352 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_init_free_ino_ctl()
353 struct btrfs_free_space_ctl *pinned = root->free_ino_pinned; in btrfs_init_free_ino_ctl()
[all …]
Dfree-space-cache.c30 static int link_free_space(struct btrfs_free_space_ctl *ctl,
32 static void unlink_free_space(struct btrfs_free_space_ctl *ctl,
621 static void merge_space_tree(struct btrfs_free_space_ctl *ctl) in merge_space_tree()
651 struct btrfs_free_space_ctl *ctl, in __load_free_space_cache()
809 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in load_free_space_cache()
885 struct btrfs_free_space_ctl *ctl, in write_cache_extent_entries()
1205 struct btrfs_free_space_ctl *ctl, in __btrfs_write_out_cache()
1350 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_write_out_cache()
1402 static inline u64 offset_to_bitmap(struct btrfs_free_space_ctl *ctl, in offset_to_bitmap()
1476 tree_search_offset(struct btrfs_free_space_ctl *ctl, in tree_search_offset()
[all …]
Dctree.h615 struct btrfs_free_space_ctl *free_space_ctl;
1183 struct btrfs_free_space_ctl *free_ino_ctl;
1187 struct btrfs_free_space_ctl *free_ino_pinned;
Dextent-tree.c7525 struct btrfs_free_space_ctl *ctl = in find_free_extent()
/Linux-v4.19/fs/btrfs/tests/
Dfree-space-tests.c325 static bool test_use_bitmap(struct btrfs_free_space_ctl *ctl, in test_use_bitmap()