Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dblock-group.c3614 u64 byte_in_group; in btrfs_update_block_group() local
3649 byte_in_group = bytenr - cache->start; in btrfs_update_block_group()
3650 WARN_ON(byte_in_group > cache->length); in btrfs_update_block_group()
3660 num_bytes = min(total, cache->length - byte_in_group); in btrfs_update_block_group()