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

/drivers/ata/
H A Dlibata-core.c1355 dev->n_native_sectors = native_sectors;
4026 u64 n_native_sectors = dev->n_native_sectors; local
4065 * involuntarily. If n_native_sectors hasn't changed and the
4068 if (dev->n_native_sectors == n_native_sectors &&
4069 dev->n_sectors > n_sectors && dev->n_sectors == n_native_sectors) {
4083 if (dev->n_native_sectors == n_native_sectors &&
4084 dev->n_sectors < n_sectors && n_sectors == n_native_sectors
[all...]
H A Dlibata-scsi.c421 if (dev && dev->n_sectors < dev->n_native_sectors) {

Completed in 71 milliseconds