Searched refs:needs_file (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/io_uring/ |
| H A D | opdef.c | 62 .needs_file = 1, 77 .needs_file = 1, 92 .needs_file = 1, 98 .needs_file = 1, 111 .needs_file = 1, 125 .needs_file = 1, 137 .needs_file = 1, 143 .needs_file = 1, 156 .needs_file = 1, 182 .needs_file = 1, [all …]
|
| H A D | opdef.h | 7 unsigned needs_file : 1; member
|
| H A D | io_uring.c | 1704 if (req->file || !def->needs_file) in io_assign_file() 2103 if (def->needs_file) { in io_init_req()
|