Home
last modified time | relevance | path

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

/io_uring/
Dsync.c27 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_sfr_prep() local
32 sync->off = READ_ONCE(sqe->off); in io_sfr_prep()
33 sync->len = READ_ONCE(sqe->len); in io_sfr_prep()
34 sync->flags = READ_ONCE(sqe->sync_range_flags); in io_sfr_prep()
40 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_sync_file_range() local
47 ret = sync_file_range(req->file, sync->off, sync->len, sync->flags); in io_sync_file_range()
54 struct io_sync *sync = io_kiocb_to_cmd(req, struct io_sync); in io_fsync_prep() local
59 sync->flags = READ_ONCE(sqe->fsync_flags); in io_fsync_prep()
60 if (unlikely(sync->flags & ~IORING_FSYNC_DATASYNC)) in io_fsync_prep()
63 sync->off = READ_ONCE(sqe->off); in io_fsync_prep()
[all …]
DMakefile6 sync.o advise.o filetable.o \
Dpoll.c433 static int io_poll_wake(struct wait_queue_entry *wait, unsigned mode, int sync, in io_poll_wake() argument
Drw.c574 int sync, void *arg) in io_async_buf_func() argument
Dio-wq.c1127 int sync, void *key) in io_wqe_hash_wake() argument