Lines Matching defs:logical
1262 * region. It will cause "unable to find chunk map for logical" errors.
1282 * to prevent the same logical address range and physical device space
2063 "logical %llu len %llu found bg but no related chunk",
2127 * Map a physical disk address to a list of logical addresses.
2130 * @chunk_start: logical address of block group
2131 * @physical: physical address to map to logical addresses
2132 * @logical: return array of logical addresses which map to @physical
2133 * @naddrs: length of @logical
2136 * Maps a particular @physical disk address to a list of @logical addresses.
2141 u64 physical, u64 **logical, int *naddrs, int *stripe_len)
2207 *logical = buf;
2220 u64 *logical;
2237 bytenr, &logical, &nr, &stripe_len);
2243 kfree(logical);
2252 cache->start + cache->length - logical[nr]);
2256 logical[nr], logical[nr] + len - 1,
2259 kfree(logical);
2264 kfree(logical);