Searched refs:bitmap_clear_bits (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/fs/btrfs/ |
D | free-space-cache.c | 47 static void bitmap_clear_bits(struct btrfs_free_space_ctl *ctl, 930 bitmap_clear_bits(ctl, info, offset, bytes, true); in copy_free_space_cache() 1859 static inline void bitmap_clear_bits(struct btrfs_free_space_ctl *ctl, in bitmap_clear_bits() function 2163 bitmap_clear_bits(ctl, bitmap_info, search_start, search_bytes, true); in remove_from_bitmap() 2502 bitmap_clear_bits(ctl, bitmap, end, bytes, update_stat); in steal_from_bitmap_to_end() 2556 bitmap_clear_bits(ctl, bitmap, info->offset, bytes, update_stat); in steal_from_bitmap_to_front() 3088 bitmap_clear_bits(ctl, entry, offset, bytes, true); in btrfs_find_space_for_alloc() 3189 bitmap_clear_bits(ctl, entry, ret, bytes, false); in btrfs_alloc_from_bitmap() 3952 bitmap_clear_bits(ctl, entry, start, bytes, true); in trim_bitmaps()
|