Home
last modified time | relevance | path

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

/linux-4.19.296/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.c32 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in caching_kthread()
141 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in start_caching()
216 struct btrfs_free_space_ctl *pinned = root->free_ino_pinned; in btrfs_return_ino()
251 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_unpin_free_ino()
294 static void recalculate_thresholds(struct btrfs_free_space_ctl *ctl) in recalculate_thresholds()
329 static bool use_bitmap(struct btrfs_free_space_ctl *ctl, in use_bitmap()
344 static void pinned_recalc_thresholds(struct btrfs_free_space_ctl *ctl) in pinned_recalc_thresholds()
348 static bool pinned_use_bitmap(struct btrfs_free_space_ctl *ctl, in pinned_use_bitmap()
368 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_init_free_ino_ctl()
369 struct btrfs_free_space_ctl *pinned = root->free_ino_pinned; in btrfs_init_free_ino_ctl()
[all …]
Dfree-space-cache.c31 static int link_free_space(struct btrfs_free_space_ctl *ctl,
33 static void unlink_free_space(struct btrfs_free_space_ctl *ctl,
636 static void merge_space_tree(struct btrfs_free_space_ctl *ctl) in merge_space_tree()
666 struct btrfs_free_space_ctl *ctl, in __load_free_space_cache()
830 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in load_free_space_cache()
925 struct btrfs_free_space_ctl *ctl, in write_cache_extent_entries()
1244 struct btrfs_free_space_ctl *ctl, in __btrfs_write_out_cache()
1390 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_write_out_cache()
1442 static inline u64 offset_to_bitmap(struct btrfs_free_space_ctl *ctl, in offset_to_bitmap()
1516 tree_search_offset(struct btrfs_free_space_ctl *ctl, in tree_search_offset()
[all …]
Dctree.h616 struct btrfs_free_space_ctl *free_space_ctl;
1182 struct btrfs_free_space_ctl *free_ino_ctl;
1186 struct btrfs_free_space_ctl *free_ino_pinned;
Dextent-tree.c7544 struct btrfs_free_space_ctl *ctl = in find_free_extent()
/linux-4.19.296/fs/btrfs/tests/
Dfree-space-tests.c325 static bool test_use_bitmap(struct btrfs_free_space_ctl *ctl, in test_use_bitmap()