Lines Matching refs:disk_conf
1441 struct disk_conf *dc; in max_allowed_wo()
1443 dc = rcu_dereference(bdev->disk_conf); in max_allowed_wo()
2670 c_min_rate = rcu_dereference(device->ldev->disk_conf)->c_min_rate; in drbd_rs_c_min_rate_throttle()
3758 struct disk_conf *old_disk_conf = NULL, *new_disk_conf = NULL; in receive_SyncParam()
3805 new_disk_conf = kzalloc(sizeof(struct disk_conf), GFP_KERNEL); in receive_SyncParam()
3813 old_disk_conf = device->ldev->disk_conf; in receive_SyncParam()
3919 rcu_assign_pointer(device->ldev->disk_conf, new_disk_conf); in receive_SyncParam()
4001 my_usize = rcu_dereference(device->ldev->disk_conf)->disk_size; in receive_sizes()
4029 struct disk_conf *old_disk_conf, *new_disk_conf = NULL; in receive_sizes()
4031 new_disk_conf = kzalloc(sizeof(struct disk_conf), GFP_KERNEL); in receive_sizes()
4039 old_disk_conf = device->ldev->disk_conf; in receive_sizes()
4043 rcu_assign_pointer(device->ldev->disk_conf, new_disk_conf); in receive_sizes()