Searched refs:bitmap_clear_bits (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/btrfs/ |
H A D | free-space-cache.c | 56 static void bitmap_clear_bits(struct btrfs_free_space_ctl *ctl, 922 bitmap_clear_bits(ctl, info, offset, bytes, true); in copy_free_space_cache() 1877 static inline void bitmap_clear_bits(struct btrfs_free_space_ctl *ctl, in bitmap_clear_bits() function 2181 bitmap_clear_bits(ctl, bitmap_info, search_start, search_bytes, true); in remove_from_bitmap() 2523 bitmap_clear_bits(ctl, bitmap, end, bytes, update_stat); in steal_from_bitmap_to_end() 2577 bitmap_clear_bits(ctl, bitmap, info->offset, bytes, update_stat); in steal_from_bitmap_to_front() 3109 bitmap_clear_bits(ctl, entry, offset, bytes, true); in btrfs_find_space_for_alloc() 3210 bitmap_clear_bits(ctl, entry, ret, bytes, false); in btrfs_alloc_from_bitmap() 3975 bitmap_clear_bits(ctl, entry, start, bytes, true); in trim_bitmaps()
|