Home
last modified time | relevance | path

Searched refs:lfs_vcreate (Results 1 – 4 of 4) sorted by relevance

/original-bsd/sys/ufs/lfs/
H A Dlfs_alloc.c94 if (error = lfs_vcreate(ap->a_pvp->v_mount, new_ino, &vp))
129 lfs_vcreate(mp, ino, vpp) in lfs_vcreate() function
H A Dlfs_extern.h63 int lfs_vcreate __P((struct mount *, ino_t, struct vnode **));
H A Dlfs_syscalls.c464 if (error = lfs_vcreate(mp, ino, &vp)) {
H A Dlfs_vfsops.c501 if (error = lfs_vcreate(mp, ino, &vp)) {