Searched refs:sqe_off (Results 1 – 1 of 1) sorted by relevance
1551 loff_t sqe_off = READ_ONCE(sqe->off); in io_fsync() local1553 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() local1613 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()