Home
last modified time | relevance | path

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

/fs/
Dio_uring.c165 struct async_list { struct
264 struct async_list pending_async[2];
1276 static inline bool io_should_merge(struct async_list *al, struct kiocb *kiocb) in io_should_merge()
1306 struct async_list *async_list = &req->ctx->pending_async[rw]; in io_async_list_note() local
1310 if (io_should_merge(async_list, kiocb)) { in io_async_list_note()
1319 if (async_list->io_len + len <= max_bytes) { in io_async_list_note()
1321 async_list->io_len += len; in io_async_list_note()
1323 async_list->file = NULL; in io_async_list_note()
1328 if (async_list->file != filp) { in io_async_list_note()
1329 async_list->io_start = kiocb->ki_pos; in io_async_list_note()
[all …]