Home
last modified time | relevance | path

Searched refs:target_ip (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/fs/xfs/
Dxfs_rename.c101 xfs_inode_t *target_ip) in xfs_rename() argument
125 if (target_ip == NULL && new_parent && in xfs_rename()
132 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, in xfs_rename()
177 if (target_ip) in xfs_rename()
178 xfs_trans_ijoin_ref(tp, target_ip, XFS_ILOCK_EXCL); in xfs_rename()
194 if (target_ip == NULL) { in xfs_rename()
229 if ((target_ip->i_d.di_mode & S_IFMT) == S_IFDIR) { in xfs_rename()
233 if (!(xfs_dir_isempty(target_ip)) || in xfs_rename()
234 (target_ip->i_d.di_nlink > 2)) { in xfs_rename()
262 error = xfs_droplink(tp, target_ip); in xfs_rename()
[all …]
Dxfs_vnodeops.h43 struct xfs_name *target_name, struct xfs_inode *target_ip);
/linux-2.6.39/arch/ia64/kernel/
Dmodule.c233 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument
237 (target_ip - (int64_t) plt->bundle[1]) / 16)) in patch_plt()
283 patch_plt (struct module *mod, struct plt_entry *plt, long target_ip, unsigned long target_gp) in patch_plt() argument
285 if (apply_imm64(mod, (struct insn *) (plt->bundle[0] + 2), target_ip) in patch_plt()
558 uint64_t target_ip, target_gp; in get_plt() local
572 target_ip = ((uint64_t *) value)[0]; in get_plt()
577 if (plt_target(plt) == target_ip) in get_plt()
583 if (!patch_plt(mod, plt, target_ip, target_gp)) { in get_plt()
588 if (plt_target(plt) != target_ip) { in get_plt()
590 __func__, target_ip, plt_target(plt)); in get_plt()
/linux-2.6.39/drivers/net/wireless/wl12xx/
Dwl12xx_80211.h146 __be32 target_ip; member