vfs_lookup         80 kern/include/vfs.h int vfs_lookup(char *path, struct vnode **result);
vfs_lookup        129 kern/vfs/vfscwd.c 	result = vfs_lookup(path, &vn);
vfs_lookup         81 kern/vfs/vfspath.c 		result = vfs_lookup(path, &vn);
vfs_lookup        202 kern/vfs/vfspath.c 	result = vfs_lookup(oldpath, &oldfile);
vfs_lookup        265 kern/vfs/vfspath.c 	result = vfs_lookup(path, &vn);