Searched refs:sqe_len (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/fs/ |
D | io_uring.c | 1242 size_t sqe_len = READ_ONCE(sqe->len); in io_import_iovec() local 1266 return compat_import_iovec(rw, buf, sqe_len, UIO_FASTIOV, in io_import_iovec() 1270 return import_iovec(rw, buf, sqe_len, UIO_FASTIOV, iovec, iter); in io_import_iovec() 1552 loff_t sqe_len = READ_ONCE(sqe->len); in io_fsync() local 1553 loff_t end = sqe_off + sqe_len; in io_fsync() 1601 loff_t sqe_len; in io_sync_file_range() local 1614 sqe_len = READ_ONCE(sqe->len); in io_sync_file_range() 1617 ret = sync_file_range(req->rw.ki_filp, sqe_off, sqe_len, flags); in io_sync_file_range()
|