ufs_lookup.c | 275 ufs_getino(struct vnode *vdp, struct inode *ip, ino_t foundino, function in typeref:typename:int 696 if ((error = ufs_getino(vdp, dp, foundino, &tdp, false)) != 0) 723 if ((error = ufs_getino(vdp, dp, foundino, &tdp, true)) != 0) 729 if ((error = ufs_getino(vdp, dp, foundino, &tdp, false)) != 0)
|