Home
last modified time | relevance | path

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

/linux/block/
H A Dfops.c408 u16 max_write_streams = bdev_max_write_streams(bdev); in blkdev_direct_IO() local
411 if (iocb->ki_write_stream > max_write_streams) in blkdev_direct_IO()
413 } else if (max_write_streams) { in blkdev_direct_IO()
422 if (write_hint <= max_write_streams) in blkdev_direct_IO()