Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-settings.c223 lim->atomic_write_hw_boundary >> SECTOR_SHIFT; in blk_atomic_writes_update_limits()
256 boundary_sectors = lim->atomic_write_hw_boundary >> SECTOR_SHIFT; in blk_validate_atomic_write_limits()
260 lim->atomic_write_hw_boundary)) in blk_validate_atomic_write_limits()
622 if (t->atomic_write_hw_boundary != b->atomic_write_hw_boundary) in blk_stack_atomic_writes_tail()
650 if (b->atomic_write_hw_boundary > t->io_min && in blk_stack_atomic_writes_boundary_head()
651 b->atomic_write_hw_boundary % t->io_min) in blk_stack_atomic_writes_boundary_head()
653 if (t->io_min > b->atomic_write_hw_boundary && in blk_stack_atomic_writes_boundary_head()
654 t->io_min % b->atomic_write_hw_boundary) in blk_stack_atomic_writes_boundary_head()
657 t->atomic_write_hw_boundary = b->atomic_write_hw_boundary; in blk_stack_atomic_writes_boundary_head()
698 if (b->atomic_write_hw_boundary && in blk_stack_atomic_writes_head()
[all …]
/linux/include/linux/
H A Dblkdev.h404 unsigned int atomic_write_hw_boundary; member
1837 limits->atomic_write_hw_boundary); in blk_atomic_write_start_sect_aligned()
/linux/drivers/scsi/
H A Dsd.c991 lim->atomic_write_hw_boundary = 0; in sd_config_atomic()
/linux/drivers/nvme/host/
H A Dcore.c2059 lim->atomic_write_hw_boundary = boundary; in nvme_configure_atomic_write()