Searched refs:in_core (Results 1 – 1 of 1) sorted by relevance
3059 struct drbd_md *in_core) in check_activity_log_stripe_size() argument3091 in_core->al_stripe_size_4k = al_stripe_size_4k; in check_activity_log_stripe_size()3092 in_core->al_stripes = al_stripes; in check_activity_log_stripe_size()3093 in_core->al_size_4k = al_size_4k; in check_activity_log_stripe_size()3105 struct drbd_md *in_core = &bdev->md; in check_offsets_and_sizes() local3117 if (in_core->al_offset < 0) { in check_offsets_and_sizes()3118 if (in_core->bm_offset > in_core->al_offset) in check_offsets_and_sizes()3120 on_disk_al_sect = -in_core->al_offset; in check_offsets_and_sizes()3121 on_disk_bm_sect = in_core->al_offset - in_core->bm_offset; in check_offsets_and_sizes()3123 if (in_core->al_offset != MD_4kB_SECT) in check_offsets_and_sizes()[all …]