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.c136 struct ublk_device *ub;
242 struct ublk_device *dev;
292 struct ublk_device { struct
336 static void ublk_stop_dev_unlocked(struct ublk_device *ub); argument
337 static void ublk_abort_queue(struct ublk_device *ub, struct ublk_queue *ubq);
338 static inline struct request *__ublk_check_and_get_req(struct ublk_device *ub,
345 static inline bool ublk_dev_support_batch_io(const struct ublk_device *ub) in ublk_dev_support_batch_io()
396 static inline bool ublk_dev_support_zero_copy(const struct ublk_device *ub) in ublk_dev_support_zero_copy()
406 static inline bool ublk_dev_support_auto_buf_reg(const struct ublk_device *ub) in ublk_dev_support_auto_buf_reg()
416 static inline bool ublk_dev_support_user_copy(const struct ublk_device *ub) in ublk_dev_support_user_copy()
[all …]