Searched refs:unlink_free_space (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | free-space-cache.c | 49 static void unlink_free_space(struct btrfs_free_space_ctl *ctl, 68 unlink_free_space(ctl, info, true); in __btrfs_remove_free_space_cache() 911 unlink_free_space(ctl, info, true); in copy_free_space_cache() 1816 static inline void unlink_free_space(struct btrfs_free_space_ctl *ctl, in unlink_free_space() function 2143 unlink_free_space(ctl, bitmap_info, true); in free_bitmap() 2477 unlink_free_space(ctl, right_info, update_stat); in try_merge_free_space() 2487 unlink_free_space(ctl, left_info, update_stat); in try_merge_free_space() 2854 unlink_free_space(ctl, info, true); in btrfs_remove_free_space() 3117 unlink_free_space(ctl, entry, true); in btrfs_find_space_for_alloc() 3762 unlink_free_space(ctl, entry, true); in trim_no_bitmap() [all …]
|