Home
last modified time | relevance | path

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

/linux/drivers/block/
H A Dublk_drv.c147 struct ublk_device *ub;
254 struct ublk_device *dev;
311 struct ublk_device { struct
358 static void ublk_stop_dev_unlocked(struct ublk_device *ub); argument
359 static bool ublk_try_buf_match(struct ublk_device *ub, struct request *rq,
361 static void ublk_buf_cleanup(struct ublk_device *ub);
362 static void ublk_abort_queue(struct ublk_device *ub, struct ublk_queue *ubq);
363 static inline struct request *__ublk_check_and_get_req(struct ublk_device *ub,
369 static inline bool ublk_dev_support_batch_io(const struct ublk_device *ub) in ublk_dev_support_batch_io()
420 static inline bool ublk_dev_support_zero_copy(const struct ublk_device *ub) in ublk_dev_support_zero_copy()
[all …]