Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Draid-stripe-tree.c200 u64 found_length; in btrfs_get_raid_extent_offset() local
232 found_length = found_key.offset; in btrfs_get_raid_extent_offset()
233 found_end = found_logical + found_length; in btrfs_get_raid_extent_offset()
240 if (in_range(logical, found_logical, found_length)) in btrfs_get_raid_extent_offset()