Lines Matching refs:atomic_write_hw_boundary
226 lim->atomic_write_hw_boundary >> SECTOR_SHIFT; in blk_atomic_writes_update_limits()
259 boundary_sectors = lim->atomic_write_hw_boundary >> SECTOR_SHIFT; in blk_validate_atomic_write_limits()
263 lim->atomic_write_hw_boundary)) in blk_validate_atomic_write_limits()
625 if (t->atomic_write_hw_boundary != b->atomic_write_hw_boundary) in blk_stack_atomic_writes_tail()
653 if (b->atomic_write_hw_boundary > t->io_min && in blk_stack_atomic_writes_boundary_head()
654 b->atomic_write_hw_boundary % t->io_min) in blk_stack_atomic_writes_boundary_head()
656 if (t->io_min > b->atomic_write_hw_boundary && in blk_stack_atomic_writes_boundary_head()
657 t->io_min % b->atomic_write_hw_boundary) in blk_stack_atomic_writes_boundary_head()
660 t->atomic_write_hw_boundary = b->atomic_write_hw_boundary; in blk_stack_atomic_writes_boundary_head()
701 if (b->atomic_write_hw_boundary && in blk_stack_atomic_writes_head()
742 t->atomic_write_hw_boundary = 0; in blk_stack_atomic_writes_limits()