Searched refs:blk_get_ops (Results 1 – 3 of 3) sorted by relevance
76 ops = blk_get_ops(parent); in part_blk_read()99 ops = blk_get_ops(parent); in part_blk_write()122 ops = blk_get_ops(parent); in part_blk_erase()184 ops = blk_get_ops(dev); in disk_blk_read()215 ops = blk_get_ops(dev); in disk_blk_write()234 ops = blk_get_ops(dev); in disk_blk_erase()
359 const struct blk_ops *ops = blk_get_ops(dev); in blk_select_hwpart()450 const struct blk_ops *ops = blk_get_ops(dev); in blk_read()471 const struct blk_ops *ops = blk_get_ops(dev); in blk_write()484 const struct blk_ops *ops = blk_get_ops(dev); in blk_erase()
265 #define blk_get_ops(dev) ((struct blk_ops *)(dev)->driver->ops) macro
Completed in 12 milliseconds