Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ata/
Dlibata-core.c1373 dev->n_native_sectors = native_sectors; in ata_hpa_resize()
4313 u64 n_native_sectors = dev->n_native_sectors; in ata_dev_revalidate() local
4356 if (dev->n_native_sectors == n_native_sectors && in ata_dev_revalidate()
4357 dev->n_sectors > n_sectors && dev->n_sectors == n_native_sectors) { in ata_dev_revalidate()
4371 if (dev->n_native_sectors == n_native_sectors && in ata_dev_revalidate()
4372 dev->n_sectors < n_sectors && n_sectors == n_native_sectors && in ata_dev_revalidate()
4384 dev->n_native_sectors = n_native_sectors; in ata_dev_revalidate()
Dlibata-scsi.c537 if (dev && dev->n_sectors < dev->n_native_sectors) { in ata_scsi_unlock_native_capacity()
/Linux-v4.19/include/linux/
Dlibata.h703 u64 n_native_sectors; /* native size, if ATA */ member