Lines Matching refs:in_core
3129 struct drbd_md *in_core) in check_activity_log_stripe_size() argument
3161 in_core->al_stripe_size_4k = al_stripe_size_4k; in check_activity_log_stripe_size()
3162 in_core->al_stripes = al_stripes; in check_activity_log_stripe_size()
3163 in_core->al_size_4k = al_size_4k; in check_activity_log_stripe_size()
3175 struct drbd_md *in_core = &bdev->md; in check_offsets_and_sizes() local
3187 if (in_core->al_offset < 0) { in check_offsets_and_sizes()
3188 if (in_core->bm_offset > in_core->al_offset) in check_offsets_and_sizes()
3190 on_disk_al_sect = -in_core->al_offset; in check_offsets_and_sizes()
3191 on_disk_bm_sect = in_core->al_offset - in_core->bm_offset; in check_offsets_and_sizes()
3193 if (in_core->al_offset != MD_4kB_SECT) in check_offsets_and_sizes()
3195 if (in_core->bm_offset < in_core->al_offset + in_core->al_size_4k * MD_4kB_SECT) in check_offsets_and_sizes()
3198 on_disk_al_sect = in_core->bm_offset - MD_4kB_SECT; in check_offsets_and_sizes()
3199 on_disk_bm_sect = in_core->md_size_sect - in_core->bm_offset; in check_offsets_and_sizes()
3203 if (in_core->meta_dev_idx >= 0) { in check_offsets_and_sizes()
3204 if (in_core->md_size_sect != MD_128MB_SECT in check_offsets_and_sizes()
3205 || in_core->al_offset != MD_4kB_SECT in check_offsets_and_sizes()
3206 || in_core->bm_offset != MD_4kB_SECT + MD_32kB_SECT in check_offsets_and_sizes()
3207 || in_core->al_stripes != 1 in check_offsets_and_sizes()
3208 || in_core->al_stripe_size_4k != MD_32kB_SECT/8) in check_offsets_and_sizes()
3212 if (capacity < in_core->md_size_sect) in check_offsets_and_sizes()
3214 if (capacity - in_core->md_size_sect < drbd_md_first_sector(bdev)) in check_offsets_and_sizes()
3223 if (on_disk_al_sect != in_core->al_size_4k * MD_4kB_SECT) in check_offsets_and_sizes()
3227 if (in_core->bm_offset & 7) in check_offsets_and_sizes()
3233 if (on_disk_bm_sect < (in_core->la_size_sect+7)/MD_4kB_SECT/8/512) in check_offsets_and_sizes()
3242 in_core->meta_dev_idx, in check_offsets_and_sizes()
3243 in_core->al_stripes, in_core->al_stripe_size_4k, in check_offsets_and_sizes()
3244 in_core->al_offset, in_core->bm_offset, in_core->md_size_sect, in check_offsets_and_sizes()
3245 (unsigned long long)in_core->la_size_sect, in check_offsets_and_sizes()