Searched refs:blk_get_ops (Results 1 – 2 of 2) sorted by relevance
371 const struct blk_ops *ops = blk_get_ops(dev); in blk_select_hwpart()465 const struct blk_ops *ops = blk_get_ops(dev); in blk_dread()490 const struct blk_ops *ops = blk_get_ops(dev); in blk_dwrite()509 const struct blk_ops *ops = blk_get_ops(dev); in blk_dwrite_zeroes()528 const struct blk_ops *ops = blk_get_ops(dev); in blk_derase()
295 #define blk_get_ops(dev) ((struct blk_ops *)(dev)->driver->ops) macro