Searched refs:unlink_free_space (Results 1 – 1 of 1) sorted by relevance
/linux/fs/btrfs/ |
H A D | free-space-cache.c | 48 static void unlink_free_space(struct btrfs_free_space_ctl *ctl, 72 unlink_free_space(ctl, info, true); in __btrfs_remove_free_space_cache() 912 unlink_free_space(ctl, info, true); in copy_free_space_cache() 1821 static inline void unlink_free_space(struct btrfs_free_space_ctl *ctl, in unlink_free_space() function 2148 unlink_free_space(ctl, bitmap_info, true); in free_bitmap() 2482 unlink_free_space(ctl, right_info, update_stat); in try_merge_free_space() 2492 unlink_free_space(ctl, left_info, update_stat); in try_merge_free_space() 2859 unlink_free_space(ctl, info, true); in btrfs_remove_free_space() 3121 unlink_free_space(ctl, entry, true); in btrfs_find_space_for_alloc() 3766 unlink_free_space(ctl, entry, true); in trim_no_bitmap() [all …]
|