Lines Matching refs:atomic_write_hw_boundary
183 lim->atomic_write_hw_boundary >> SECTOR_SHIFT; in blk_atomic_writes_update_limits()
210 boundary_sectors = lim->atomic_write_hw_boundary >> SECTOR_SHIFT; in blk_validate_atomic_write_limits()
214 lim->atomic_write_hw_boundary)) in blk_validate_atomic_write_limits()
558 if (t->atomic_write_hw_boundary != b->atomic_write_hw_boundary) in blk_stack_atomic_writes_tail()
586 if (b->atomic_write_hw_boundary > t->io_min && in blk_stack_atomic_writes_boundary_head()
587 b->atomic_write_hw_boundary % t->io_min) in blk_stack_atomic_writes_boundary_head()
589 if (t->io_min > b->atomic_write_hw_boundary && in blk_stack_atomic_writes_boundary_head()
590 t->io_min % b->atomic_write_hw_boundary) in blk_stack_atomic_writes_boundary_head()
593 t->atomic_write_hw_boundary = b->atomic_write_hw_boundary; in blk_stack_atomic_writes_boundary_head()
602 if (b->atomic_write_hw_boundary && in blk_stack_atomic_writes_head()
665 t->atomic_write_hw_boundary = 0; in blk_stack_atomic_writes_limits()