Lines Matching refs:al_offset
2968 u32 al_offset; /* offset to this block */ member
2999 buffer->al_offset = cpu_to_be32(device->ldev->md.al_offset); in drbd_md_write()
3117 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()
3125 if (in_core->bm_offset < in_core->al_offset + in_core->al_size_4k * MD_4kB_SECT) in check_offsets_and_sizes()
3135 || in_core->al_offset != MD_4kB_SECT in check_offsets_and_sizes()
3174 in_core->al_offset, in_core->bm_offset, in_core->md_size_sect, in check_offsets_and_sizes()
3258 bdev->md.al_offset = be32_to_cpu(buffer->al_offset); in drbd_md_read()