Lines Matching refs:vnode_ptr
320 struct Vnode *vnode_ptr = NULL;
358 vnode_ptr = filep1->f_vnode;
373 if (vnode_ptr->vop)
375 if (vnode_ptr->flag & VNODE_FLAG_MOUNT_NEW)
383 if (vnode_ptr->vop->Open)
385 ret = vnode_ptr->vop->Open(vnode_ptr, 0, 0, 0);
422 struct file *files_allocate(const struct Vnode *vnode_ptr, int oflags, off_t pos, const void *priv, int minfd)
451 filep->f_vnode = (struct Vnode *)vnode_ptr;
454 filep->f_mapping = (struct page_mapping *)&vnode_ptr->mapping;
456 filep->f_path = vnode_ptr->filePath;
458 filep->ops = vnode_ptr->fop;