Home
last modified time | relevance | path

Searched refs:offset_to_bit (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/btrfs/
H A Dfree-space-cache.c1437 static inline unsigned long offset_to_bit(u64 bitmap_start, u32 unit, in offset_to_bit() function
1725 start = offset_to_bit(info->offset, ctl->unit, offset); in __bitmap_clear_bits()
1764 start = offset_to_bit(info->offset, ctl->unit, offset); in bitmap_set_bits()
1812 i = offset_to_bit(bitmap_info->offset, ctl->unit, in search_bitmap()
2350 i = offset_to_bit(bitmap->offset, ctl->unit, end); in steal_from_bitmap_to_end()
2395 i = offset_to_bit(bitmap->offset, ctl->unit, info->offset) - 1; in steal_from_bitmap_to_front()
3093 i = offset_to_bit(entry->offset, ctl->unit, in btrfs_bitmap_cluster()
/kernel/linux/linux-6.6/fs/btrfs/
H A Dfree-space-cache.c1557 static inline unsigned long offset_to_bit(u64 bitmap_start, u32 unit, in offset_to_bit() function
1883 start = offset_to_bit(info->offset, ctl->unit, offset); in bitmap_clear_bits()
1919 start = offset_to_bit(info->offset, ctl->unit, offset); in bitmap_set_bits()
1974 i = offset_to_bit(bitmap_info->offset, ctl->unit, in search_bitmap()
2511 i = offset_to_bit(bitmap->offset, ctl->unit, end); in steal_from_bitmap_to_end()
2553 i = offset_to_bit(bitmap->offset, ctl->unit, info->offset) - 1; in steal_from_bitmap_to_front()
3333 i = offset_to_bit(entry->offset, ctl->unit, in btrfs_bitmap_cluster()

Completed in 10 milliseconds