Searched refs:n_native_sectors (Results 1 – 3 of 3) sorted by relevance
1317 dev->n_native_sectors = native_sectors; in ata_hpa_resize()3798 u64 n_native_sectors = dev->n_native_sectors; in ata_dev_revalidate() local3837 if (dev->n_native_sectors == n_native_sectors && in ata_dev_revalidate()3838 dev->n_sectors > n_sectors && dev->n_sectors == n_native_sectors) { in ata_dev_revalidate()3852 if (dev->n_native_sectors == n_native_sectors && in ata_dev_revalidate()3853 dev->n_sectors < n_sectors && n_sectors == n_native_sectors && in ata_dev_revalidate()3865 dev->n_native_sectors = n_native_sectors; in ata_dev_revalidate()
396 if (dev && dev->n_sectors < dev->n_native_sectors) { in ata_scsi_unlock_native_capacity()
735 u64 n_native_sectors; /* native size, if ATA */ member