Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dfops.c177 if (iocb->ki_flags & IOCB_ALLOC_CACHE) in __blkdev_direct_IO()
316 if (iocb->ki_flags & IOCB_ALLOC_CACHE) in __blkdev_direct_IO_async()
/openbmc/linux/io_uring/
H A Drw.c687 kiocb->ki_flags |= IOCB_ALLOC_CACHE; in io_rw_init_file()
/openbmc/linux/include/linux/
H A Dfs.h340 #define IOCB_ALLOC_CACHE (1 << 21) macro
370 { IOCB_ALLOC_CACHE, "ALLOC_CACHE" }, \