Home
last modified time | relevance | path

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

/openbmc/linux/io_uring/
H A Drw.c281 if ((kiocb->ki_flags & IOCB_DIO_CALLER_COMP) && kiocb->dio_complete) { in io_req_rw_complete()
302 if (!kiocb->dio_complete || !(kiocb->ki_flags & IOCB_DIO_CALLER_COMP)) { in io_complete_rw()
/openbmc/linux/fs/iomap/
H A Ddirect-io.c605 if (iocb->ki_flags & IOCB_DIO_CALLER_COMP) in __iomap_dio_rw()
/openbmc/linux/fs/overlayfs/
H A Dfile.c397 ifl &= ~IOCB_DIO_CALLER_COMP; in ovl_write_iter()
/openbmc/linux/include/linux/
H A Dfs.h342 * IOCB_DIO_CALLER_COMP can be set by the iocb owner, to indicate that the
354 #define IOCB_DIO_CALLER_COMP (1 << 22) macro
371 { IOCB_DIO_CALLER_COMP, "CALLER_COMP" }
390 * if IOCB_DIO_CALLER_COMP is set by the issuer, and the issuer