Searched refs:refdev (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/s390/block/ |
H A D | dasd_alias.c | 474 static int _lcu_update(struct dasd_device *refdev, struct alias_lcu *lcu) in _lcu_update() argument 501 rc = read_unit_address_configuration(refdev, lcu); in _lcu_update() 530 _add_device_to_lcu(lcu, device, refdev); in _lcu_update()
|
/linux/drivers/i3c/ |
H A D | master.c | 2018 i3c_master_search_i3c_dev_duplicate(struct i3c_dev_desc *refdev) in i3c_master_search_i3c_dev_duplicate() argument 2020 struct i3c_master_controller *master = i3c_dev_get_master(refdev); in i3c_master_search_i3c_dev_duplicate() 2024 if (i3cdev != refdev && i3cdev->info.pid == refdev->info.pid) in i3c_master_search_i3c_dev_duplicate()
|
/linux/drivers/md/ |
H A D | dm-raid.c | 2192 * Return: 1 if use rdev, 0 if use refdev, -Exxx otherwise 2194 static int super_load(struct md_rdev *rdev, struct md_rdev *refdev) in super_load() argument 2223 return refdev ? 0 : 1; in super_load() 2226 if (!refdev) in super_load() 2231 refsb = page_address(refdev->sb_page); in super_load()
|
H A D | md.c | 1191 * int load_super(struct md_rdev *dev, struct md_rdev *refdev, int minor_version) 1193 * if refdev != NULL, compare superblocks on both devices 1195 * 0 - dev has a superblock that is compatible with refdev 1196 * 1 - dev has a superblock that is compatible and newer than refdev 1197 * so dev should be used as the refdev in future 1217 struct md_rdev *refdev, 1251 static int super_90_load(struct md_rdev *rdev, struct md_rdev *refdev, int minor_version) in super_90_load() argument 1308 if (!refdev) { in super_90_load() 1315 mdp_super_t *refsb = page_address(refdev->sb_page); in super_90_load() 1318 rdev->bdev, refdev in super_90_load() 1691 super_1_load(struct md_rdev * rdev,struct md_rdev * refdev,int minor_version) super_1_load() argument [all...] |