Symbol: io_br_sel
drivers/block/ublk_drv.c
1927
struct io_br_sel sel;
drivers/block/ublk_drv.c
837
struct io_br_sel *sel,
include/linux/io_uring/cmd.h
125
static inline struct io_br_sel
include/linux/io_uring/cmd.h
129
return (struct io_br_sel) { .val = -EOPNOTSUPP };
include/linux/io_uring/cmd.h
132
struct io_br_sel *sel, unsigned int issue_flags)
include/linux/io_uring/cmd.h
83
struct io_br_sel io_uring_cmd_buffer_select(struct io_uring_cmd *ioucmd,
include/linux/io_uring/cmd.h
92
struct io_br_sel *sel, unsigned int issue_flags);
io_uring/kbuf.c
192
static struct io_br_sel io_ring_buffer_select(struct io_kiocb *req, size_t *len,
io_uring/kbuf.c
198
struct io_br_sel sel = { };
io_uring/kbuf.c
230
struct io_br_sel io_buffer_select(struct io_kiocb *req, size_t *len,
io_uring/kbuf.c
234
struct io_br_sel sel = { };
io_uring/kbuf.c
345
struct io_br_sel *sel, unsigned int issue_flags)
io_uring/kbuf.c
381
struct io_br_sel *sel)
io_uring/kbuf.h
70
struct io_br_sel io_buffer_select(struct io_kiocb *req, size_t *len,
io_uring/kbuf.h
73
struct io_br_sel *sel, unsigned int issue_flags);
io_uring/kbuf.h
75
struct io_br_sel *sel);
io_uring/net.c
1055
struct io_br_sel sel = { };
io_uring/net.c
1139
struct io_br_sel *sel, unsigned int issue_flags)
io_uring/net.c
1214
struct io_br_sel sel;
io_uring/net.c
524
struct io_br_sel *sel)
io_uring/net.c
610
struct io_br_sel *sel, struct io_async_msghdr *kmsg)
io_uring/net.c
661
struct io_br_sel sel = { };
io_uring/net.c
886
struct io_br_sel *sel, bool mshot_finished,
io_uring/rw.c
1033
struct io_br_sel sel = { };
io_uring/rw.c
1049
struct io_br_sel sel = { };
io_uring/rw.c
111
struct io_async_rw *io, struct io_br_sel *sel,
io_uring/rw.c
134
struct io_br_sel *sel,
io_uring/rw.c
315
struct io_br_sel sel = { };
io_uring/rw.c
655
struct io_br_sel *sel, unsigned int issue_flags)
io_uring/rw.c
917
static int __io_read(struct io_kiocb *req, struct io_br_sel *sel,
io_uring/uring_cmd.c
363
struct io_br_sel io_uring_cmd_buffer_select(struct io_uring_cmd *ioucmd,
io_uring/uring_cmd.c
370
return (struct io_br_sel) { .val = -EINVAL };
io_uring/uring_cmd.c
373
return (struct io_br_sel) { .val = -EINVAL };
io_uring/uring_cmd.c
388
struct io_br_sel *sel, unsigned int issue_flags)