Searched refs:sqe_len (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | io_uring.c | 1266 size_t sqe_len = READ_ONCE(sqe->len); in io_import_iovec() local 1282 return compat_import_iovec(rw, buf, sqe_len, UIO_FASTIOV, in io_import_iovec() 1286 return import_iovec(rw, buf, sqe_len, UIO_FASTIOV, iovec, iter); in io_import_iovec() 1592 loff_t sqe_len = READ_ONCE(sqe->len); in io_fsync() local 1593 loff_t end = sqe_off + sqe_len; in io_fsync() 1641 loff_t sqe_len; in io_sync_file_range() local 1654 sqe_len = READ_ONCE(sqe->len); in io_sync_file_range() 1657 ret = sync_file_range(req->rw.ki_filp, sqe_off, sqe_len, flags); in io_sync_file_range()
|