Searched refs:try_merge_free_space (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | free-space-cache.c | 2284 static bool try_merge_free_space(struct btrfs_free_space_ctl *ctl, in try_merge_free_space() function 2306 /* See try_merge_free_space() comment. */ in try_merge_free_space() 2318 /* See try_merge_free_space() comment. */ in try_merge_free_space() 2357 /* See try_merge_free_space() comment. */ in steal_from_bitmap_to_end() 2414 /* See try_merge_free_space() comment. */ in steal_from_bitmap_to_front() 2461 try_merge_free_space(ctl, info, update_stat); in steal_from_bitmap() 2486 if (try_merge_free_space(ctl, info, true)) in __btrfs_add_free_space() 2745 try_merge_free_space(ctl, entry, false); in __btrfs_return_cluster_to_free_space()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | free-space-cache.c | 2448 static bool try_merge_free_space(struct btrfs_free_space_ctl *ctl, in try_merge_free_space() function 2473 /* See try_merge_free_space() comment. */ in try_merge_free_space() 2482 /* See try_merge_free_space() comment. */ in try_merge_free_space() 2518 /* See try_merge_free_space() comment. */ in steal_from_bitmap_to_end() 2572 /* See try_merge_free_space() comment. */ in steal_from_bitmap_to_front() 2616 try_merge_free_space(ctl, info, update_stat); in steal_from_bitmap() 2644 if (try_merge_free_space(ctl, info, true)) in __btrfs_add_free_space() 3008 try_merge_free_space(ctl, entry, false); in __btrfs_return_cluster_to_free_space()
|
Completed in 10 milliseconds