Searched refs:in_core (Results 1 – 1 of 1) sorted by relevance
3064 struct drbd_md *in_core) in check_activity_log_stripe_size() argument3122 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()3126 on_disk_bm_sect = in_core->al_offset - in_core->bm_offset; in check_offsets_and_sizes()3130 if (in_core->bm_offset < in_core->al_offset + in_core->al_size_4k * MD_4kB_SECT) in check_offsets_and_sizes()3134 on_disk_bm_sect = in_core->md_size_sect - in_core->bm_offset; in check_offsets_and_sizes()3142 || in_core->al_stripes != 1 in check_offsets_and_sizes()3162 if (in_core->bm_offset & 7) in check_offsets_and_sizes()3177 in_core->meta_dev_idx, in check_offsets_and_sizes()3178 in_core->al_stripes, in_core->al_stripe_size_4k, in check_offsets_and_sizes()[all …]