Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dtest_fprobe.c20 static unsigned long target_ip; variable
40 if (ip != target_ip) in fp_entry_handler()
60 if (ip != target_ip) { in fp_exit_handler()
208 target_ip = get_ftrace_location(target); in fprobe_test_init()
/linux/fs/xfs/libxfs/
H A Dxfs_dir2.c1179 * Cleanup involves dropping a link count on @target_ip, and either removing
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()
1279 } else { /* 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()
[all...]
/linux/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c86 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 Dlwt_reroute.c75 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/drivers/net/wireless/ti/wlcore/
H A Dwl12xx_80211.h129 __be32 target_ip; member
/linux/fs/xfs/
H A Dxfs_inode.c2113 struct xfs_inode *target_ip, in xfs_rename() argument
2124 .ip = target_ip, in xfs_rename()
2140 if ((flags & RENAME_EXCHANGE) && !target_ip) in xfs_rename()
2158 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, du_wip.ip, in xfs_rename()
2171 if (target_ip) { in xfs_rename()
2179 spaceres = xfs_rename_space_res(mp, src_name->len, target_ip != NULL, in xfs_rename()
2225 if (target_ip) in xfs_rename()
2226 xfs_trans_ijoin(tp, target_ip, 0); in xfs_rename()
2293 * target_ip is either null or an empty directory. in xfs_rename()
2297 (inodes[i] == target_ip in xfs_rename()
[all...]
H A Dxfs_inode.h571 struct xfs_inode *target_ip, unsigned int flags);
/linux/drivers/net/wireless/realtek/rtw89/
H A Dfw.c38 __be32 target_ip; member