Searched refs:block_operations (Results 1 – 9 of 9) sorted by relevance
84 struct block_operations *i_bops = (struct block_operations *)((struct drv_data *)vp->data)->ops; in find_blockdriver()
57 struct block_operations *bop = NULL; in close_blockdriver()67 bop = (struct block_operations*)(((struct drv_data*)vnode_ptr->data)->ops); in close_blockdriver()
97 struct block_operations *ops = (struct block_operations *)drv->ops; in open_blockdriver()
63 const struct block_operations *bops, in register_blockdriver()
67 struct block_operations struct152 const struct block_operations *bops,
75 struct block_operations *bops = (struct block_operations *)drv->ops; in bchlib_setup()
296 struct block_operations *bop = NULL; in bch_ioctl()355 bop = (struct block_operations *)(((struct drv_data *)vnode->data)->ops); in bch_ioctl()
142 const static struct block_operations g_ram_dev_ops =
3254 const struct block_operations g_dev_umass_ops = {