xfs_lookup        213 fs/xfs/xfs_export.c 	error = xfs_lookup(XFS_I(d_inode(child)), &xfs_name_dotdot, &cip, NULL);
xfs_lookup        415 fs/xfs/xfs_inode.h int		xfs_lookup(struct xfs_inode *dp, struct xfs_name *name,
xfs_lookup        259 fs/xfs/xfs_iops.c 	error = xfs_lookup(XFS_I(dir), &name, &cip, NULL);
xfs_lookup        285 fs/xfs/xfs_iops.c 	error = xfs_lookup(XFS_I(dir), &xname, &ip, &ci_name);
xfs_lookup        817 fs/xfs/xfs_trace.h DEFINE_NAMESPACE_EVENT(xfs_lookup);