Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dio_uring.c1551 loff_t sqe_off = READ_ONCE(sqe->off); in io_fsync() local
1553 loff_t end = sqe_off + sqe_len; in io_fsync()
1569 ret = vfs_fsync_range(req->rw.ki_filp, sqe_off, in io_fsync()
1600 loff_t sqe_off; in io_sync_file_range() local
1613 sqe_off = READ_ONCE(sqe->off); in io_sync_file_range()
1617 ret = sync_file_range(req->rw.ki_filp, sqe_off, sqe_len, flags); in io_sync_file_range()