Searched refs:target_ip (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/arch/ia64/kernel/ |
D | module.c | 235 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 239 (target_ip - (int64_t) plt->bundle[1]) / 16)) in patch_plt() 285 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument 287 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip) in patch_plt() 542 uint64_t target_ip, target_gp; in get_plt() local 556 target_ip = ((uint64_t *) value)[0]; in get_plt() 561 if (plt_target(plt) == target_ip) in get_plt() 567 if (!patch_plt(mod, plt, target_ip, target_gp)) { in get_plt() 572 if (plt_target(plt) != target_ip) { in get_plt() 574 __func__, target_ip, plt_target(plt)); in get_plt()
|
/Linux-v5.4/fs/xfs/ |
D | xfs_inode.c | 3192 struct xfs_inode *target_ip, in xfs_rename() argument 3207 if ((flags & RENAME_EXCHANGE) && !target_ip) in xfs_rename() 3225 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, wip, in xfs_rename() 3262 if (target_ip) in xfs_rename() 3263 xfs_trans_ijoin(tp, target_ip, XFS_ILOCK_EXCL); in xfs_rename() 3281 target_dp, target_name, target_ip, in xfs_rename() 3288 if (target_ip == NULL) { in xfs_rename() 3303 if (S_ISDIR(VFS_I(target_ip)->i_mode) && in xfs_rename() 3304 (!xfs_dir_isempty(target_ip) || in xfs_rename() 3305 (VFS_I(target_ip)->i_nlink > 2))) { in xfs_rename() [all …]
|
D | xfs_inode.h | 428 struct xfs_inode *target_ip, unsigned int flags);
|
/Linux-v5.4/drivers/net/wireless/ti/wlcore/ |
D | wl12xx_80211.h | 130 __be32 target_ip; member
|