Home
last modified time | relevance | path

Searched refs:atomic_write_hw_boundary (Results 1 – 2 of 2) sorted by relevance

/linux/block/
H A Dblk-settings.c171 lim->atomic_write_hw_boundary >> SECTOR_SHIFT; in blk_atomic_writes_update_limits()
198 boundary_sectors = lim->atomic_write_hw_boundary >> SECTOR_SHIFT; in blk_validate_atomic_write_limits()
202 lim->atomic_write_hw_boundary)) in blk_validate_atomic_write_limits()
546 if (t->atomic_write_hw_boundary != b->atomic_write_hw_boundary) in blk_stack_atomic_writes_tail()
574 if (b->atomic_write_hw_boundary > t->io_min && in blk_stack_atomic_writes_boundary_head()
575 b->atomic_write_hw_boundary % t->io_min) in blk_stack_atomic_writes_boundary_head()
577 if (t->io_min > b->atomic_write_hw_boundary && in blk_stack_atomic_writes_boundary_head()
578 t->io_min % b->atomic_write_hw_boundary) in blk_stack_atomic_writes_boundary_head()
581 t->atomic_write_hw_boundary = b->atomic_write_hw_boundary; in blk_stack_atomic_writes_boundary_head()
590 if (b->atomic_write_hw_boundary && in blk_stack_atomic_writes_head()
[all …]
/linux/include/linux/
H A Dblkdev.h391 unsigned int atomic_write_hw_boundary; member
1712 limits->atomic_write_hw_boundary); in blk_atomic_write_start_sect_aligned()