Searched refs:bitmap_clear_bits (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/fs/btrfs/ |
D | free-space-cache.c | 54 static void bitmap_clear_bits(struct btrfs_free_space_ctl *ctl, 924 bitmap_clear_bits(ctl, info, offset, bytes, true); in copy_free_space_cache() 1878 static inline void bitmap_clear_bits(struct btrfs_free_space_ctl *ctl, in bitmap_clear_bits() function 2182 bitmap_clear_bits(ctl, bitmap_info, search_start, search_bytes, true); in remove_from_bitmap() 2524 bitmap_clear_bits(ctl, bitmap, end, bytes, update_stat); in steal_from_bitmap_to_end() 2578 bitmap_clear_bits(ctl, bitmap, info->offset, bytes, update_stat); in steal_from_bitmap_to_front() 3110 bitmap_clear_bits(ctl, entry, offset, bytes, true); in btrfs_find_space_for_alloc() 3211 bitmap_clear_bits(ctl, entry, ret, bytes, false); in btrfs_alloc_from_bitmap() 3976 bitmap_clear_bits(ctl, entry, start, bytes, true); in trim_bitmaps()
|