Searched refs:unlink_free_space (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | free-space-cache.c | 40 static void unlink_free_space(struct btrfs_free_space_ctl *ctl, 59 unlink_free_space(ctl, info, true); in __btrfs_remove_free_space_cache() 916 unlink_free_space(ctl, info, true); in copy_free_space_cache() 1803 static inline void unlink_free_space(struct btrfs_free_space_ctl *ctl, in unlink_free_space() function 2125 unlink_free_space(ctl, bitmap_info, true); in free_bitmap() 2456 unlink_free_space(ctl, right_info, update_stat); in try_merge_free_space() 2466 unlink_free_space(ctl, left_info, update_stat); in try_merge_free_space() 2830 unlink_free_space(ctl, info, true); in btrfs_remove_free_space() 3096 unlink_free_space(ctl, entry, true); in btrfs_find_space_for_alloc() 3739 unlink_free_space(ctl, entry, true); in trim_no_bitmap() [all …]
|