Home
last modified time | relevance | path

Searched refs:n_native_sectors (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/ata/
H A Dlibata-core.c1362 dev->n_native_sectors = native_sectors; in ata_hpa_resize()
3936 u64 n_native_sectors = dev->n_native_sectors; in ata_dev_revalidate() local
3975 if (dev->n_native_sectors == n_native_sectors && in ata_dev_revalidate()
3976 dev->n_sectors > n_sectors && dev->n_sectors == n_native_sectors) { in ata_dev_revalidate()
3990 if (dev->n_native_sectors == n_native_sectors && in ata_dev_revalidate()
3991 dev->n_sectors < n_sectors && n_sectors == n_native_sectors && in ata_dev_revalidate()
4003 dev->n_native_sectors = n_native_sectors; in ata_dev_revalidate()
H A Dlibata-scsi.c400 if (dev && dev->n_sectors < dev->n_native_sectors) { in ata_scsi_unlock_native_capacity()