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

/linux-master/fs/btrfs/
H A Dfree-space-cache.h62 * btrfs_free_space_ctl.
70 struct btrfs_free_space_ctl { struct
89 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl,
129 struct btrfs_free_space_ctl *ctl);
H A Dfree-space-cache.c45 static int link_free_space(struct btrfs_free_space_ctl *ctl,
47 static void unlink_free_space(struct btrfs_free_space_ctl *ctl,
49 static int search_bitmap(struct btrfs_free_space_ctl *ctl,
52 static void free_bitmap(struct btrfs_free_space_ctl *ctl,
54 static void bitmap_clear_bits(struct btrfs_free_space_ctl *ctl,
63 static void __btrfs_remove_free_space_cache(struct btrfs_free_space_ctl *ctl)
692 static void recalculate_thresholds(struct btrfs_free_space_ctl *ctl)
737 struct btrfs_free_space_ctl *ctl,
901 struct btrfs_free_space_ctl *ctl)
944 struct btrfs_free_space_ctl *ct
[all...]
H A Dblock-group.h171 struct btrfs_free_space_ctl *free_space_ctl;
H A Ddiscard.c638 struct btrfs_free_space_ctl *ctl;
H A Dextent-tree.c3795 struct btrfs_free_space_ctl *free_space_ctl;
3864 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl;
/linux-master/fs/btrfs/tests/
H A Dfree-space-tests.c325 static bool test_use_bitmap(struct btrfs_free_space_ctl *ctl,
827 static bool bytes_index_use_bitmap(struct btrfs_free_space_ctl *ctl,
839 struct btrfs_free_space_ctl *ctl = cache->free_space_ctl;

Completed in 255 milliseconds