Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.16-rc2 10 lines 460 B view raw
1// SPDX-License-Identifier: GPL-2.0 2 3int io_sfr_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe); 4int io_sync_file_range(struct io_kiocb *req, unsigned int issue_flags); 5 6int io_fsync_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe); 7int io_fsync(struct io_kiocb *req, unsigned int issue_flags); 8 9int io_fallocate(struct io_kiocb *req, unsigned int issue_flags); 10int io_fallocate_prep(struct io_kiocb *req, const struct io_uring_sqe *sqe);