Lines Matching refs:disk_conf
1297 struct disk_conf *dc; in max_allowed_wo()
1299 dc = rcu_dereference(bdev->disk_conf); in max_allowed_wo()
2473 c_min_rate = rcu_dereference(device->ldev->disk_conf)->c_min_rate; in drbd_rs_c_min_rate_throttle()
3509 struct disk_conf *old_disk_conf = NULL, *new_disk_conf = NULL; in receive_SyncParam()
3556 new_disk_conf = kzalloc(sizeof(struct disk_conf), GFP_KERNEL); in receive_SyncParam()
3564 old_disk_conf = device->ldev->disk_conf; in receive_SyncParam()
3670 rcu_assign_pointer(device->ldev->disk_conf, new_disk_conf); in receive_SyncParam()
3750 my_usize = rcu_dereference(device->ldev->disk_conf)->disk_size; in receive_sizes()
3776 struct disk_conf *old_disk_conf, *new_disk_conf = NULL; in receive_sizes()
3778 new_disk_conf = kzalloc(sizeof(struct disk_conf), GFP_KERNEL); in receive_sizes()
3786 old_disk_conf = device->ldev->disk_conf; in receive_sizes()
3790 rcu_assign_pointer(device->ldev->disk_conf, new_disk_conf); in receive_sizes()