Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/ata/
A Dlibata-core.c1300 dev->n_native_sectors = native_sectors; in ata_hpa_resize()
3798 u64 n_native_sectors = dev->n_native_sectors; in ata_dev_revalidate() local
3841 if (dev->n_native_sectors == n_native_sectors && in ata_dev_revalidate()
3842 dev->n_sectors > n_sectors && dev->n_sectors == n_native_sectors) { in ata_dev_revalidate()
3856 if (dev->n_native_sectors == n_native_sectors && in ata_dev_revalidate()
3857 dev->n_sectors < n_sectors && n_sectors == n_native_sectors && in ata_dev_revalidate()
3869 dev->n_native_sectors = n_native_sectors; in ata_dev_revalidate()
A Dlibata-scsi.c317 if (dev && dev->n_sectors < dev->n_native_sectors) { in ata_scsi_unlock_native_capacity()
/linux-6.3-rc2/include/linux/
A Dlibata.h667 u64 n_native_sectors; /* native size, if ATA */ member

Completed in 22 milliseconds