Lines Matching defs:logical
1139 * to prevent the same logical address range and physical device space
1567 "logical %llu len %llu found bg but no related chunk",
1653 * btrfs_rmap_block - Map a physical disk address to a list of logical addresses
1654 * @chunk_start: logical address of block group
1655 * @physical: physical address to map to logical addresses
1656 * @logical: return array of logical addresses which map to @physical
1657 * @naddrs: length of @logical
1660 * Maps a particular @physical disk address to a list of @logical addresses.
1666 u64 physical, u64 **logical, int *naddrs, int *stripe_len)
1733 *logical = buf;
1745 u64 *logical;
1761 bytenr, &logical, &nr, &stripe_len);
1767 cache->start + cache->length - logical[nr]);
1770 ret = btrfs_add_excluded_extent(fs_info, logical[nr],
1773 kfree(logical);
1778 kfree(logical);