Home
last modified time | relevance | path

Searched refs:bitmap_clear_bits (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/fs/btrfs/
Dfree-space-cache.c47 static void bitmap_clear_bits(struct btrfs_free_space_ctl *ctl,
906 bitmap_clear_bits(ctl, info, offset, bytes, true); in copy_free_space_cache()
1819 static inline void bitmap_clear_bits(struct btrfs_free_space_ctl *ctl, in bitmap_clear_bits() function
2123 bitmap_clear_bits(ctl, bitmap_info, search_start, search_bytes, true); in remove_from_bitmap()
2462 bitmap_clear_bits(ctl, bitmap, end, bytes, update_stat); in steal_from_bitmap_to_end()
2516 bitmap_clear_bits(ctl, bitmap, info->offset, bytes, update_stat); in steal_from_bitmap_to_front()
3075 bitmap_clear_bits(ctl, entry, offset, bytes, true); in btrfs_find_space_for_alloc()
3176 bitmap_clear_bits(ctl, entry, ret, bytes, false); in btrfs_alloc_from_bitmap()
3938 bitmap_clear_bits(ctl, entry, start, bytes, true); in trim_bitmaps()