Searched refs:offset_to_bitmap (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/fs/btrfs/ |
D | free-space-cache.c | 1570 static inline u64 offset_to_bitmap(struct btrfs_free_space_ctl *ctl, in offset_to_bitmap() function 2024 entry = tree_search_offset(ctl, offset_to_bitmap(ctl, *offset), in find_free_space() 2118 info->offset = offset_to_bitmap(ctl, offset); in add_new_bitmap() 2356 if (entry->offset == offset_to_bitmap(ctl, offset)) { in insert_into_bitmap() 2370 bitmap_info = tree_search_offset(ctl, offset_to_bitmap(ctl, offset), in insert_into_bitmap() 2504 const u64 bitmap_offset = offset_to_bitmap(ctl, end); in steal_from_bitmap_to_end() 2541 bitmap_offset = offset_to_bitmap(ctl, info->offset); in steal_from_bitmap_to_front() 2546 bitmap_offset = offset_to_bitmap(ctl, info->offset - 1); in steal_from_bitmap_to_front() 2834 info = tree_search_offset(ctl, offset_to_bitmap(ctl, offset), in btrfs_remove_free_space() 3509 u64 bitmap_offset = offset_to_bitmap(ctl, offset); in setup_cluster_bitmap() [all …]
|