Lines Matching refs:vnode
55 static int bch_unlink(struct Vnode *vnode);
86 struct Vnode *vnode = filep->f_vnode; in bch_open() local
90 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_open()
117 struct Vnode *vnode = filep->f_vnode; in bch_close() local
121 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_close()
176 struct Vnode *vnode = filep->f_vnode; in bch_seek() local
181 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_seek()
240 struct Vnode *vnode = filep->f_vnode; in bch_read() local
244 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_read()
263 struct Vnode *vnode = filep->f_vnode; in bch_write() local
267 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_write()
294 struct Vnode *vnode = filep->f_vnode; in bch_ioctl() local
299 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_ioctl()
355 bop = (struct block_operations *)(((struct drv_data *)vnode->data)->ops); in bch_ioctl()
358 ret = bop->ioctl(bch->vnode, cmd, arg); in bch_ioctl()
381 int bch_unlink(struct Vnode *vnode) in bch_unlink() argument
386 bch = (struct bchlib_s *)((struct drv_data *)vnode->data)->priv; in bch_unlink()