Lines Matching refs:disk_conf
1298 struct disk_conf *dc; in max_allowed_wo()
1300 dc = rcu_dereference(bdev->disk_conf); in max_allowed_wo()
2474 c_min_rate = rcu_dereference(device->ldev->disk_conf)->c_min_rate; in drbd_rs_c_min_rate_throttle()
3510 struct disk_conf *old_disk_conf = NULL, *new_disk_conf = NULL; in receive_SyncParam()
3557 new_disk_conf = kzalloc(sizeof(struct disk_conf), GFP_KERNEL); in receive_SyncParam()
3565 old_disk_conf = device->ldev->disk_conf; in receive_SyncParam()
3671 rcu_assign_pointer(device->ldev->disk_conf, new_disk_conf); in receive_SyncParam()
3751 my_usize = rcu_dereference(device->ldev->disk_conf)->disk_size; in receive_sizes()
3777 struct disk_conf *old_disk_conf, *new_disk_conf = NULL; in receive_sizes()
3779 new_disk_conf = kzalloc(sizeof(struct disk_conf), GFP_KERNEL); in receive_sizes()
3787 old_disk_conf = device->ldev->disk_conf; in receive_sizes()
3791 rcu_assign_pointer(device->ldev->disk_conf, new_disk_conf); in receive_sizes()