Lines Matching defs:issue_flags
4681 static int btrfs_uring_encoded_read(struct io_uring_cmd *cmd, unsigned int issue_flags)
4708 if (issue_flags & IO_URING_F_COMPAT) {
4728 if (issue_flags & IO_URING_F_COMPAT) {
4775 if (issue_flags & IO_URING_F_NONBLOCK)
4830 static int btrfs_uring_encoded_write(struct io_uring_cmd *cmd, unsigned int issue_flags)
4863 if (issue_flags & IO_URING_F_COMPAT) {
4922 if (issue_flags & IO_URING_F_NONBLOCK) {
4957 int btrfs_uring_cmd(struct io_uring_cmd *cmd, unsigned int issue_flags)
4967 return btrfs_uring_encoded_read(cmd, issue_flags);
4973 return btrfs_uring_encoded_write(cmd, issue_flags);