Lines Matching defs:logical
1256 * to prevent the same logical address range and physical device space
1992 "logical %llu len %llu found bg but no related chunk",
2056 * Map a physical disk address to a list of logical addresses.
2059 * @chunk_start: logical address of block group
2060 * @physical: physical address to map to logical addresses
2061 * @logical: return array of logical addresses which map to @physical
2062 * @naddrs: length of @logical
2065 * Maps a particular @physical disk address to a list of @logical addresses.
2070 u64 physical, u64 **logical, int *naddrs, int *stripe_len)
2138 *logical = buf;
2151 u64 *logical;
2168 bytenr, &logical, &nr, &stripe_len);
2174 kfree(logical);
2183 cache->start + cache->length - logical[nr]);
2186 ret = set_extent_bit(&fs_info->excluded_extents, logical[nr],
2187 logical[nr] + len - 1,
2190 kfree(logical);
2195 kfree(logical);