Searched refs:ext2_alloc_vnode (Results 1 – 3 of 3) sorted by relevance
138 int ext2_alloc_vnode(struct mount *, ino_t, struct vnode **);
1261 ext2_alloc_vnode(struct mount *mp, ino_t ino, struct vnode **vpp) in ext2_alloc_vnode() function1351 if (ext2_alloc_vnode(mp, ino, &vp) == -1) in ext2_vget()
427 if (ext2_alloc_vnode(ump->um_mountp, ino, &vp) == -1) in ext2_valloc()