Searched refs:io_uring_cmd_to_pdu (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/linux/io_uring/ |
| H A D | cmd.h | 35 #define io_uring_cmd_to_pdu(cmd, pdu_type) ( \ macro
|
| /linux-6.15/block/ |
| H A D | ioctl.c | 773 struct blk_iou_cmd *bic = io_uring_cmd_to_pdu(cmd, struct blk_iou_cmd); in blk_cmd_complete() 784 struct blk_iou_cmd *bic = io_uring_cmd_to_pdu(cmd, struct blk_iou_cmd); in bio_cmd_bio_end_io() 797 struct blk_iou_cmd *bic = io_uring_cmd_to_pdu(cmd, struct blk_iou_cmd); in blkdev_cmd_discard() 853 struct blk_iou_cmd *bic = io_uring_cmd_to_pdu(cmd, struct blk_iou_cmd); in blkdev_uring_cmd()
|
| /linux-6.15/fs/fuse/ |
| H A D | dev_uring.c | 37 io_uring_cmd_to_pdu(cmd, struct fuse_uring_pdu); in uring_cmd_set_ring_ent() 45 io_uring_cmd_to_pdu(cmd, struct fuse_uring_pdu); in uring_cmd_to_ring_ent()
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | ioctl.c | 403 return io_uring_cmd_to_pdu(ioucmd, struct nvme_uring_cmd_pdu); in nvme_uring_cmd_pdu()
|
| /linux-6.15/fs/btrfs/ |
| H A D | ioctl.c | 4661 struct io_btrfs_cmd *bc = io_uring_cmd_to_pdu(cmd, struct io_btrfs_cmd); in btrfs_uring_read_finished() 4719 struct io_btrfs_cmd *bc = io_uring_cmd_to_pdu(priv->cmd, struct io_btrfs_cmd); in btrfs_uring_read_extent_endio()
|
| /linux-6.15/drivers/block/ |
| H A D | ublk_drv.c | 1064 return io_uring_cmd_to_pdu(ioucmd, struct ublk_uring_cmd_pdu); in ublk_get_uring_cmd_pdu()
|