target_ip         235 arch/ia64/kernel/module.c patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp)
target_ip         239 arch/ia64/kernel/module.c 			   (target_ip - (int64_t) plt->bundle[1]) / 16))
target_ip         285 arch/ia64/kernel/module.c patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp)
target_ip         287 arch/ia64/kernel/module.c 	if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip)
target_ip         542 arch/ia64/kernel/module.c 	uint64_t target_ip, target_gp;
target_ip         556 arch/ia64/kernel/module.c 	target_ip = ((uint64_t *) value)[0];
target_ip         561 arch/ia64/kernel/module.c 		if (plt_target(plt) == target_ip)
target_ip         567 arch/ia64/kernel/module.c 	if (!patch_plt(mod, plt, target_ip, target_gp)) {
target_ip         572 arch/ia64/kernel/module.c 	if (plt_target(plt) != target_ip) {
target_ip         574 arch/ia64/kernel/module.c 		       __func__, target_ip, plt_target(plt));
target_ip         130 drivers/net/wireless/ti/wlcore/wl12xx_80211.h 	__be32 target_ip;
target_ip        3192 fs/xfs/xfs_inode.c 	struct xfs_inode	*target_ip,
target_ip        3207 fs/xfs/xfs_inode.c 	if ((flags & RENAME_EXCHANGE) && !target_ip)
target_ip        3225 fs/xfs/xfs_inode.c 	xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip,
target_ip        3262 fs/xfs/xfs_inode.c 	if (target_ip)
target_ip        3263 fs/xfs/xfs_inode.c 		xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL);
target_ip        3281 fs/xfs/xfs_inode.c 					target_dp, target_name, target_ip,
target_ip        3288 fs/xfs/xfs_inode.c 	if (target_ip == NULL) {
target_ip        3303 fs/xfs/xfs_inode.c 		if (S_ISDIR(VFS_I(target_ip)->i_mode) &&
target_ip        3304 fs/xfs/xfs_inode.c 		    (!xfs_dir_isempty(target_ip) ||
target_ip        3305 fs/xfs/xfs_inode.c 		     (VFS_I(target_ip)->i_nlink > 2))) {
target_ip        3337 fs/xfs/xfs_inode.c 	if (target_ip == NULL) {
target_ip        3376 fs/xfs/xfs_inode.c 		error = xfs_droplink(tp, target_ip);
target_ip        3384 fs/xfs/xfs_inode.c 			error = xfs_droplink(tp, target_ip);
target_ip        3420 fs/xfs/xfs_inode.c 	if (src_is_directory && (new_parent || target_ip != NULL)) {
target_ip         428 fs/xfs/xfs_inode.h 			   struct xfs_inode *target_ip, unsigned int flags);