Lines Matching defs:logical
155 * be forced by vdev logical ashift or by user via ashift property, but won't
1970 * Choose the best of two ashifts, preferring one between logical ashift
1975 vdev_best_ashift(uint64_t logical, uint64_t a, uint64_t b)
1977 if (a > logical && a <= zfs_vdev_max_auto_ashift) {
1978 if (b <= logical || b > zfs_vdev_max_auto_ashift)
1982 } else if (b <= logical || b > zfs_vdev_max_auto_ashift)
1991 * logical ashift.
2006 * If the logical and physical ashifts are the same, then
2009 * where logical ashift > physical ashift, we can't cap
2189 * We can always set the logical/physical ashift members since
2211 * then set it the logical ashift and optimize the ashift.
5696 * Translate a logical range to the first contiguous physical range for the
5716 * range to the logical range and set an empty remaining
5733 * As this recursive function unwinds, translate the logical
5757 * With raidz and dRAID, it's possible that the logical range
6581 "Maximum ashift used when optimizing for logical -> physical sector "