Searched refs:btrfs_free_space_ctl (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.10/fs/btrfs/ | 
| D | inode-map.c | 33 	struct btrfs_free_space_ctl *ctl = root->free_ino_ctl;  in caching_kthread() 142 	struct btrfs_free_space_ctl *ctl = root->free_ino_ctl;  in start_caching() 219 	struct btrfs_free_space_ctl *pinned = root->free_ino_pinned;  in btrfs_return_ino() 254 	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() 372 	struct btrfs_free_space_ctl *pinned = root->free_ino_pinned;  in btrfs_init_free_ino_ctl() [all …] 
 | 
| D | free-space-cache.h | 45 struct btrfs_free_space_ctl {  struct 63 	void (*recalc_thresholds)(struct btrfs_free_space_ctl *ctl);  argument 64 	bool (*use_bitmap)(struct btrfs_free_space_ctl *ctl, 114 			   struct btrfs_free_space_ctl *ctl, 123 void __btrfs_remove_free_space_cache(struct btrfs_free_space_ctl *ctl);
  | 
| D | free-space-cache.c | 36 static int count_bitmap_extents(struct btrfs_free_space_ctl *ctl, 38 static int link_free_space(struct btrfs_free_space_ctl *ctl, 40 static void unlink_free_space(struct btrfs_free_space_ctl *ctl, 637 static void merge_space_tree(struct btrfs_free_space_ctl *ctl)  in merge_space_tree() 667 				   struct btrfs_free_space_ctl *ctl,  in __load_free_space_cache() 843 	struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl;  in load_free_space_cache() 938 			      struct btrfs_free_space_ctl *ctl,  in write_cache_extent_entries() 1252 				   struct btrfs_free_space_ctl *ctl,  in __btrfs_write_out_cache() 1395 	struct btrfs_free_space_ctl *ctl = block_group->free_space_ctl;  in btrfs_write_out_cache() 1445 static inline u64 offset_to_bitmap(struct btrfs_free_space_ctl *ctl,  in offset_to_bitmap() [all …] 
 | 
| D | discard.h | 32 				      struct btrfs_free_space_ctl *ctl);
  | 
| D | block-group.h | 109 	struct btrfs_free_space_ctl *free_space_ctl;
  | 
| D | discard.c | 573 				      struct btrfs_free_space_ctl *ctl)  in btrfs_discard_update_discardable()
  | 
| D | ctree.h | 1064 	struct btrfs_free_space_ctl *free_ino_ctl; 1068 	struct btrfs_free_space_ctl *free_ino_pinned;
  | 
| D | extent-tree.c | 3751 		struct btrfs_free_space_ctl *free_space_ctl;  in find_free_extent_unclustered()
  | 
| /Linux-v5.10/fs/btrfs/tests/ | 
| D | free-space-tests.c | 325 static bool test_use_bitmap(struct btrfs_free_space_ctl *ctl,  in test_use_bitmap()
  |