Lines Matching refs:alignment_offset
59 lim->alignment_offset = 0;
369 q->limits.alignment_offset =
498 * the alignment_offset is undefined.
537 if (t->alignment_offset != alignment) {
540 + t->alignment_offset;
595 /* Find lowest common alignment_offset */
596 t->alignment_offset = lcm_not_zero(t->alignment_offset, alignment)
599 /* Verify that new alignment_offset is on a logical block boundary */
600 if (t->alignment_offset & (t->logical_block_size - 1)) {