Home
last modified time | relevance | path

Searched refs:IO_URING_F_COMPAT (Results 1 – 3 of 3) sorted by relevance

/linux/io_uring/
H A Dcmd_net.c30 bool compat = !!(issue_flags & IO_URING_F_COMPAT); in io_uring_cmd_getsockopt()
57 bool compat = !!(issue_flags & IO_URING_F_COMPAT); in io_uring_cmd_setsockopt()
/linux/include/linux/
H A Dio_uring_types.h44 IO_URING_F_COMPAT = (1 << 12), enumerator
/linux/fs/btrfs/
H A Dioctl.c4708 if (issue_flags & IO_URING_F_COMPAT) { in btrfs_uring_encoded_read()
4728 if (issue_flags & IO_URING_F_COMPAT) { in btrfs_uring_encoded_read()
4863 if (issue_flags & IO_URING_F_COMPAT) { in btrfs_uring_encoded_write()