Home
last modified time | relevance | path

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

/fs/btrfs/
Dinode-map.c33 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()
210 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_return_ino()
211 struct btrfs_free_space_ctl *pinned = root->free_ino_pinned; in btrfs_return_ino()
259 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_unpin_free_ino()
297 static void recalculate_thresholds(struct btrfs_free_space_ctl *ctl) in recalculate_thresholds()
332 static bool use_bitmap(struct btrfs_free_space_ctl *ctl, in use_bitmap()
347 static void pinned_recalc_thresholds(struct btrfs_free_space_ctl *ctl) in pinned_recalc_thresholds()
351 static bool pinned_use_bitmap(struct btrfs_free_space_ctl *ctl, in pinned_use_bitmap()
371 struct btrfs_free_space_ctl *ctl = root->free_ino_ctl; in btrfs_init_free_ino_ctl()
[all …]
Dfree-space-cache.h30 struct btrfs_free_space_ctl { struct
44 void (*recalc_thresholds)(struct btrfs_free_space_ctl *ctl); argument
45 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl,
80 int __btrfs_add_free_space(struct btrfs_free_space_ctl *ctl,
91 void __btrfs_remove_free_space_cache(struct btrfs_free_space_ctl *ctl);
Dfree-space-cache.c34 static int link_free_space(struct btrfs_free_space_ctl *ctl,
588 struct btrfs_free_space_ctl *ctl, in __load_free_space_cache()
742 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in load_free_space_cache()
829 struct btrfs_free_space_ctl *ctl, in __btrfs_write_out_cache()
1043 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in btrfs_write_out_cache()
1090 static inline u64 offset_to_bitmap(struct btrfs_free_space_ctl *ctl, in offset_to_bitmap()
1164 tree_search_offset(struct btrfs_free_space_ctl *ctl, in tree_search_offset()
1290 __unlink_free_space(struct btrfs_free_space_ctl *ctl, in __unlink_free_space()
1297 static void unlink_free_space(struct btrfs_free_space_ctl *ctl, in unlink_free_space()
1304 static int link_free_space(struct btrfs_free_space_ctl *ctl, in link_free_space()
[all …]
Dctree.h1005 struct btrfs_free_space_ctl *free_space_ctl;
1318 struct btrfs_free_space_ctl *free_ino_ctl;
1322 struct btrfs_free_space_ctl *free_ino_pinned;