Searched refs:alloc_io_buf (Results 1 – 3 of 3) sorted by relevance
76 if (!ops->alloc_io_buf ^ !ops->free_io_buf) in __ublksrv_tgt_init()569 if (dev->tgt.ops->alloc_io_buf) in ublksrv_queue_init()571 dev->tgt.ops->alloc_io_buf(local_to_tq(q), in ublksrv_queue_init()
277 void *(*alloc_io_buf)(const struct ublksrv_queue *q, int tag, int size); member
265 demo_tgt_type.alloc_io_buf = null_alloc_io_buf; in main()