Searched refs:in_core (Results 1 – 1 of 1) sorted by relevance
3064 struct drbd_md *in_core) in check_activity_log_stripe_size() argument3096 in_core->al_stripe_size_4k = al_stripe_size_4k; in check_activity_log_stripe_size()3097 in_core->al_stripes = al_stripes; in check_activity_log_stripe_size()3098 in_core->al_size_4k = al_size_4k; in check_activity_log_stripe_size()3110 struct drbd_md *in_core = &bdev->md; in check_offsets_and_sizes() local3122 if (in_core->al_offset < 0) { in check_offsets_and_sizes()3123 if (in_core->bm_offset > in_core->al_offset) in check_offsets_and_sizes()3125 on_disk_al_sect = -in_core->al_offset; in check_offsets_and_sizes()3126 on_disk_bm_sect = in_core->al_offset - in_core->bm_offset; in check_offsets_and_sizes()3128 if (in_core->al_offset != MD_4kB_SECT) in check_offsets_and_sizes()[all …]