Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dblk-settings.c183 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()
[all …]
/linux-6.15/include/linux/
H A Dblkdev.h397 unsigned int atomic_write_hw_boundary; member
1753 limits->atomic_write_hw_boundary); in blk_atomic_write_start_sect_aligned()
/linux-6.15/drivers/scsi/
H A Dsd.c991 lim->atomic_write_hw_boundary = 0; in sd_config_atomic()
/linux-6.15/drivers/nvme/host/
H A Dcore.c2011 lim->atomic_write_hw_boundary = boundary; in nvme_update_atomic_write_disk_info()