Home
last modified time | relevance | path

Searched refs:io_buffer_unregister_bvec (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/include/linux/io_uring/
H A Dcmd.h146 int io_buffer_unregister_bvec(struct io_uring_cmd *cmd, unsigned int index,
/linux-6.15/Documentation/block/
H A Dublk.rst316 two APIs: `io_buffer_register_bvec()` and `io_buffer_unregister_bvec`.
322 calls `io_buffer_unregister_bvec()` to unregister the buffer, which is
324 `io_buffer_unregister_bvec()`. Any io_uring operation which supports this
/linux-6.15/io_uring/
H A Drsrc.c987 int io_buffer_unregister_bvec(struct io_uring_cmd *cmd, unsigned int index, in io_buffer_unregister_bvec() function
1018 EXPORT_SYMBOL_GPL(io_buffer_unregister_bvec);
/linux-6.15/drivers/block/
H A Dublk_drv.c1992 return io_buffer_unregister_bvec(cmd, index, issue_flags); in ublk_unregister_io_buf()