Searched refs:in_core (Results 1 – 1 of 1) sorted by relevance
3187 struct drbd_md *in_core) in check_activity_log_stripe_size() argument3219 in_core->al_stripe_size_4k = al_stripe_size_4k; in check_activity_log_stripe_size()3220 in_core->al_stripes = al_stripes; in check_activity_log_stripe_size()3221 in_core->al_size_4k = al_size_4k; in check_activity_log_stripe_size()3233 struct drbd_md *in_core = &bdev->md; in check_offsets_and_sizes() local3245 if (in_core->al_offset < 0) { in check_offsets_and_sizes()3246 if (in_core->bm_offset > in_core->al_offset) in check_offsets_and_sizes()3248 on_disk_al_sect = -in_core->al_offset; in check_offsets_and_sizes()3249 on_disk_bm_sect = in_core->al_offset - in_core->bm_offset; in check_offsets_and_sizes()3251 if (in_core->al_offset != MD_4kB_SECT) in check_offsets_and_sizes()[all …]