xfs_iget          130 fs/xfs/linux-2.6/xfs_export.c 	error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_SHARED, &ip, 0);
xfs_iget          236 fs/xfs/linux-2.6/xfs_ioctl.c 	error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_SHARED, &ip, 0);
xfs_iget         1734 fs/xfs/quota/xfs_qm.c 	if ((error = xfs_iget(mp, NULL, ino, 0, XFS_ILOCK_EXCL, &ip, bno))) {
xfs_iget         1958 fs/xfs/quota/xfs_qm.c 			if ((error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino,
xfs_iget         1965 fs/xfs/quota/xfs_qm.c 			if ((error = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino,
xfs_iget          394 fs/xfs/quota/xfs_qm_syscalls.c 		error = xfs_iget(mp, NULL, mp->m_sb.sb_uquotino, 0, 0, &qip, 0);
xfs_iget          403 fs/xfs/quota/xfs_qm_syscalls.c 		error2 = xfs_iget(mp, NULL, mp->m_sb.sb_gquotino, 0, 0, &qip, 0);
xfs_iget          550 fs/xfs/quota/xfs_qm_syscalls.c 		if (xfs_iget(mp, NULL, mp->m_sb.sb_uquotino,
xfs_iget          555 fs/xfs/quota/xfs_qm_syscalls.c 		if (xfs_iget(mp, NULL, mp->m_sb.sb_gquotino,
xfs_iget         1364 fs/xfs/quota/xfs_qm_syscalls.c 	if ((error = xfs_iget(mp, NULL, ino, 0, lock_flags, &ip, bno))) {
xfs_iget          475 fs/xfs/xfs_inode.h int		xfs_iget(struct xfs_mount *, struct xfs_trans *, xfs_ino_t,
xfs_iget           64 fs/xfs/xfs_itable.c 	error = xfs_iget(mp, NULL, ino,
xfs_iget         3234 fs/xfs/xfs_log_recover.c 				error = xfs_iget(mp, NULL, ino, 0, 0, &ip, 0);
xfs_iget         1112 fs/xfs/xfs_mount.c 	error = xfs_iget(mp, NULL, sbp->sb_rootino, 0, XFS_ILOCK_EXCL, &rip, 0);
xfs_iget         2278 fs/xfs/xfs_rtalloc.c 	error = xfs_iget(mp, NULL, sbp->sb_rbmino, 0, 0, &mp->m_rbmip, 0);
xfs_iget         2283 fs/xfs/xfs_rtalloc.c 	error = xfs_iget(mp, NULL, sbp->sb_rsumino, 0, 0, &mp->m_rsumip, 0);
xfs_iget           95 fs/xfs/xfs_trans_inode.c 		return xfs_iget(mp, NULL, ino, flags, lock_flags, ipp, 0);
xfs_iget          135 fs/xfs/xfs_trans_inode.c 	error = xfs_iget(tp->t_mountp, tp, ino, flags, lock_flags, &ip, 0);
xfs_iget         1469 fs/xfs/xfs_vnodeops.c 	error = xfs_iget(dp->i_mount, NULL, inum, 0, 0, ipp, 0);