Lines Matching refs:al_offset
3017 u32 al_offset; /* offset to this block */
3048 buffer->al_offset = cpu_to_be32(device->ldev->md.al_offset);
3166 if (in_core->al_offset < 0) {
3167 if (in_core->bm_offset > in_core->al_offset)
3169 on_disk_al_sect = -in_core->al_offset;
3170 on_disk_bm_sect = in_core->al_offset - in_core->bm_offset;
3172 if (in_core->al_offset != MD_4kB_SECT)
3174 if (in_core->bm_offset < in_core->al_offset + in_core->al_size_4k * MD_4kB_SECT)
3184 || in_core->al_offset != MD_4kB_SECT
3219 "al_s=%u, al_sz4k=%u, al_offset=%d, bm_offset=%d, "
3223 in_core->al_offset, in_core->bm_offset, in_core->md_size_sect,
3307 bdev->md.al_offset = be32_to_cpu(buffer->al_offset);