Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Dblock-group.c2637 u64 byte_in_group; in btrfs_update_block_group() local
2668 byte_in_group = bytenr - cache->key.objectid; in btrfs_update_block_group()
2669 WARN_ON(byte_in_group > cache->key.offset); in btrfs_update_block_group()
2679 num_bytes = min(total, cache->key.offset - byte_in_group); in btrfs_update_block_group()