Searched refs:btrfs_free_space_ctl (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/btrfs/ |
| A D | free-space-cache.c | 45 static int link_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, 736 struct btrfs_free_space_ctl *ctl, in __load_free_space_cache() 901 struct btrfs_free_space_ctl *ctl) in copy_free_space_cache() 945 struct btrfs_free_space_ctl tmp_ctl = {}; in load_free_space_cache() 1072 struct btrfs_free_space_ctl *ctl, in write_cache_extent_entries() 1379 struct btrfs_free_space_ctl *ctl, in __btrfs_write_out_cache() 1704 tree_search_offset(struct btrfs_free_space_ctl *ctl, in tree_search_offset() 2951 struct btrfs_free_space_ctl *ctl) in btrfs_init_free_space_ctl() [all …]
|
| A D | free-space-cache.h | 76 struct btrfs_free_space_ctl { struct 95 bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl, argument 135 struct btrfs_free_space_ctl *ctl);
|
| A D | block-group.h | 171 struct btrfs_free_space_ctl *free_space_ctl;
|
| A D | discard.c | 638 struct btrfs_free_space_ctl *ctl; in btrfs_discard_update_discardable()
|
| A D | extent-tree.c | 3765 struct btrfs_free_space_ctl *free_space_ctl; in find_free_extent_unclustered() 3834 struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl; in do_allocation_zoned()
|
| /linux/fs/btrfs/tests/ |
| A D | free-space-tests.c | 325 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()
|
Completed in 31 milliseconds