Searched refs:offset_to_bitmap (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/fs/btrfs/ |
D | free-space-cache.c | 1093 static inline u64 offset_to_bitmap(struct btrfs_free_space_ctl *ctl, in offset_to_bitmap() function 1451 entry = tree_search_offset(ctl, offset_to_bitmap(ctl, *offset), 0, 1); in find_free_space() 1478 info->offset = offset_to_bitmap(ctl, offset); in add_new_bitmap() 1677 if (entry->offset == offset_to_bitmap(ctl, offset)) { in insert_into_bitmap() 1691 bitmap_info = tree_search_offset(ctl, offset_to_bitmap(ctl, offset), in insert_into_bitmap() 1857 info = tree_search_offset(ctl, offset_to_bitmap(ctl, offset), in btrfs_remove_free_space() 2463 u64 bitmap_offset = offset_to_bitmap(ctl, offset); in setup_cluster_bitmap() 2717 u64 offset = offset_to_bitmap(ctl, start); in trim_bitmaps()
|