Home
last modified time | relevance | path

Searched defs:new_sectors (Results 1 – 3 of 3) sorted by relevance

/linux-6.14.4/drivers/ata/
Dlibata-core.c1259 static int ata_set_max_sectors(struct ata_device *dev, u64 new_sectors) in ata_set_max_sectors()
1390 u64 new_sectors = ata_id_n_sectors(dev->id); in ata_hpa_resize() local
/linux-6.14.4/fs/bcachefs/
Dalloc_background.c796 s64 new_sectors = bch2_bucket_sectors(*new); in bch2_alloc_key_to_dev_counters() local
/linux-6.14.4/drivers/md/
Draid5.c2479 static int resize_chunks(struct r5conf *conf, int new_disks, int new_sectors) in resize_chunks()