Searched refs:vs_physical_ashift (Results 1 – 4 of 4) sorted by relevance
122 return (VDEV_STAT_VALID(vs_physical_ashift, vsc) && in vdev_non_native_ashift()123 vs->vs_configured_ashift < vs->vs_physical_ashift); in vdev_non_native_ashift()
770 uint64_t vs_physical_ashift; /* vdev_physical_ashift */ member
1447 VDEV_STAT_VALID(vs_physical_ashift, vsc) && in print_status_config()1448 vs->vs_configured_ashift < vs->vs_physical_ashift) { in print_status_config()1451 1 << vs->vs_configured_ashift, 1 << vs->vs_physical_ashift); in print_status_config()
2918 vs->vs_physical_ashift = vd->vdev_physical_ashift; in vdev_get_stats()