• Home
  • Raw
  • Download

Lines Matching refs:in_core

3071 		struct drbd_md *in_core)  in check_activity_log_stripe_size()  argument
3103 in_core->al_stripe_size_4k = al_stripe_size_4k; in check_activity_log_stripe_size()
3104 in_core->al_stripes = al_stripes; in check_activity_log_stripe_size()
3105 in_core->al_size_4k = al_size_4k; in check_activity_log_stripe_size()
3117 struct drbd_md *in_core = &bdev->md; in check_offsets_and_sizes() local
3129 if (in_core->al_offset < 0) { in check_offsets_and_sizes()
3130 if (in_core->bm_offset > in_core->al_offset) in check_offsets_and_sizes()
3132 on_disk_al_sect = -in_core->al_offset; in check_offsets_and_sizes()
3133 on_disk_bm_sect = in_core->al_offset - in_core->bm_offset; in check_offsets_and_sizes()
3135 if (in_core->al_offset != MD_4kB_SECT) in check_offsets_and_sizes()
3137 if (in_core->bm_offset < in_core->al_offset + in_core->al_size_4k * MD_4kB_SECT) in check_offsets_and_sizes()
3140 on_disk_al_sect = in_core->bm_offset - MD_4kB_SECT; in check_offsets_and_sizes()
3141 on_disk_bm_sect = in_core->md_size_sect - in_core->bm_offset; in check_offsets_and_sizes()
3145 if (in_core->meta_dev_idx >= 0) { in check_offsets_and_sizes()
3146 if (in_core->md_size_sect != MD_128MB_SECT in check_offsets_and_sizes()
3147 || in_core->al_offset != MD_4kB_SECT in check_offsets_and_sizes()
3148 || in_core->bm_offset != MD_4kB_SECT + MD_32kB_SECT in check_offsets_and_sizes()
3149 || in_core->al_stripes != 1 in check_offsets_and_sizes()
3150 || in_core->al_stripe_size_4k != MD_32kB_SECT/8) in check_offsets_and_sizes()
3154 if (capacity < in_core->md_size_sect) in check_offsets_and_sizes()
3156 if (capacity - in_core->md_size_sect < drbd_md_first_sector(bdev)) in check_offsets_and_sizes()
3165 if (on_disk_al_sect != in_core->al_size_4k * MD_4kB_SECT) in check_offsets_and_sizes()
3169 if (in_core->bm_offset & 7) in check_offsets_and_sizes()
3175 if (on_disk_bm_sect < (in_core->la_size_sect+7)/MD_4kB_SECT/8/512) in check_offsets_and_sizes()
3184 in_core->meta_dev_idx, in check_offsets_and_sizes()
3185 in_core->al_stripes, in_core->al_stripe_size_4k, in check_offsets_and_sizes()
3186 in_core->al_offset, in_core->bm_offset, in_core->md_size_sect, in check_offsets_and_sizes()
3187 (unsigned long long)in_core->la_size_sect, in check_offsets_and_sizes()