Home
last modified time | relevance | path

Searched refs:ext2_alloc_vnode (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/sys/vfs/ext2fs/
H A Dext2_extern.h138 int ext2_alloc_vnode(struct mount *, ino_t, struct vnode **);
H A Dext2_vfsops.c1261 ext2_alloc_vnode(struct mount *mp, ino_t ino, struct vnode **vpp) in ext2_alloc_vnode() function
1351 if (ext2_alloc_vnode(mp, ino, &vp) == -1) in ext2_vget()
H A Dext2_alloc.c427 if (ext2_alloc_vnode(ump->um_mountp, ino, &vp) == -1) in ext2_valloc()