Home
last modified time | relevance | path

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

/linux-6.15/io_uring/
H A Drw.c400 req->flags &= ~REQ_F_IMPORT_BUFFER; in io_rw_import_reg_vec()
907 if (req->flags & REQ_F_IMPORT_BUFFER) { in __io_read()
1117 if (req->flags & REQ_F_IMPORT_BUFFER) { in io_write()
H A Dnet.c1331 req->flags |= REQ_F_IMPORT_BUFFER; in io_send_zc_prep()
1430 if (req->flags & REQ_F_IMPORT_BUFFER) { in io_send_zc()
1431 req->flags &= ~REQ_F_IMPORT_BUFFER; in io_send_zc()
1490 if (req->flags & REQ_F_IMPORT_BUFFER) { in io_sendmsg_zc()
1498 req->flags &= ~REQ_F_IMPORT_BUFFER; in io_sendmsg_zc()
H A Drsrc.c1540 req->flags |= REQ_F_IMPORT_BUFFER; in io_prep_reg_iovec()
/linux-6.15/include/linux/
H A Dio_uring_types.h595 REQ_F_IMPORT_BUFFER = IO_REQ_FLAG(REQ_F_IMPORT_BUFFER_BIT), enumerator