Searched refs:target_ip (Results 1 – 7 of 7) sorted by relevance
| /linux/lib/tests/ |
| H A D | test_fprobe.c | 21 static unsigned long target_ip; variable 41 if (ip != target_ip) in fp_entry_handler() 61 if (ip != target_ip) { in fp_exit_handler() 200 KUNIT_EXPECT_EQ(current_test, ip, target_ip); in entry_only_handler() 214 KUNIT_EXPECT_EQ(current_test, ip, target_ip); in fprobe_entry_multi_handler() 230 KUNIT_EXPECT_EQ(current_test, ip, target_ip); in fprobe_exit_multi_handler() 304 target_ip = get_ftrace_location(target); in fprobe_test_init()
|
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_dir2.c | 1201 struct xfs_inode *target_ip = du_tgt->ip; in xfs_dir_rename_children() local 1212 if (target_ip == NULL) { in xfs_dir_rename_children() 1227 if (S_ISDIR(VFS_I(target_ip)->i_mode) && in xfs_dir_rename_children() 1228 (!xfs_dir_isempty(target_ip) || in xfs_dir_rename_children() 1229 (VFS_I(target_ip)->i_nlink > 2))) in xfs_dir_rename_children() 1262 if (target_ip == NULL) { in xfs_dir_rename_children() 1301 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1309 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1345 if (src_is_directory && (new_parent || target_ip != NULL)) { in xfs_dir_rename_children() 1392 target_name, target_ip); in xfs_dir_rename_children() [all …]
|
| /linux/drivers/net/wireless/intel/iwlwifi/mei/ |
| H A D | net.c | 86 const __be32 *target_ip; in iwl_mei_rx_filter_arp() local 105 target_ip = (const void *)((const u8 *)(arp + 1) + in iwl_mei_rx_filter_arp() 114 (filt->ipv4_addr == 0 || filt->ipv4_addr == *target_ip)) { in iwl_mei_rx_filter_arp()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_reroute.c | 75 static int overflow_fq(int snd_target, const char *target_ip) in overflow_fq() argument 114 err = inet_pton(AF_INET, target_ip, &addr.sin_addr); in overflow_fq()
|
| /linux/fs/xfs/ |
| H A D | xfs_inode.c | 2131 struct xfs_inode *target_ip, in xfs_rename() argument 2142 .ip = target_ip, in xfs_rename() 2158 if ((flags & RENAME_EXCHANGE) && !target_ip) in xfs_rename() 2176 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, du_wip.ip, in xfs_rename() 2189 if (target_ip) { in xfs_rename() 2197 spaceres = xfs_rename_space_res(mp, src_name->len, target_ip != NULL, in xfs_rename() 2243 if (target_ip) in xfs_rename() 2244 xfs_trans_ijoin(tp, target_ip, 0); in xfs_rename() 2308 (inodes[i] == target_ip && in xfs_rename() 2309 (VFS_I(target_ip)->i_nlink == 1 || src_is_directory))) { in xfs_rename()
|
| H A D | xfs_inode.h | 571 struct xfs_inode *target_ip, unsigned int flags);
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | wl12xx_80211.h | 129 __be32 target_ip; member
|