Searched refs:target_ip (Results 1 – 8 of 8) sorted by relevance
/linux-6.12.1/lib/ |
D | test_fprobe.c | 21 static unsigned long target_ip; variable 47 if (ip != target_ip) in fp_entry_handler() 67 if (ip != target_ip) { in fp_exit_handler() 251 target_ip = get_ftrace_location(target); in fprobe_test_init()
|
/linux-6.12.1/fs/xfs/libxfs/ |
D | xfs_dir2.c | 1202 struct xfs_inode *target_ip = du_tgt->ip; in xfs_dir_rename_children() local 1213 if (target_ip == NULL) { in xfs_dir_rename_children() 1228 if (S_ISDIR(VFS_I(target_ip)->i_mode) && in xfs_dir_rename_children() 1229 (!xfs_dir_isempty(target_ip) || in xfs_dir_rename_children() 1230 (VFS_I(target_ip)->i_nlink > 2))) in xfs_dir_rename_children() 1263 if (target_ip == NULL) { in xfs_dir_rename_children() 1302 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1310 error = xfs_droplink(tp, target_ip); in xfs_dir_rename_children() 1346 if (src_is_directory && (new_parent || target_ip != NULL)) { in xfs_dir_rename_children() 1393 target_name, target_ip); in xfs_dir_rename_children() [all …]
|
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mei/ |
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-6.12.1/tools/testing/selftests/bpf/prog_tests/ |
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-6.12.1/fs/xfs/ |
D | xfs_inode.c | 2100 struct xfs_inode *target_ip, in xfs_rename() argument 2111 .ip = target_ip, in xfs_rename() 2127 if ((flags & RENAME_EXCHANGE) && !target_ip) in xfs_rename() 2145 xfs_sort_for_rename(src_dp, target_dp, src_ip, target_ip, du_wip.ip, in xfs_rename() 2158 if (target_ip) { in xfs_rename() 2166 spaceres = xfs_rename_space_res(mp, src_name->len, target_ip != NULL, in xfs_rename() 2212 if (target_ip) in xfs_rename() 2213 xfs_trans_ijoin(tp, target_ip, 0); in xfs_rename() 2284 (inodes[i] == target_ip && in xfs_rename() 2285 (VFS_I(target_ip)->i_nlink == 1 || src_is_directory))) { in xfs_rename()
|
D | xfs_inode.h | 536 struct xfs_inode *target_ip, unsigned int flags);
|
/linux-6.12.1/drivers/net/wireless/ti/wlcore/ |
D | wl12xx_80211.h | 129 __be32 target_ip; member
|
/linux-6.12.1/drivers/net/wireless/realtek/rtw89/ |
D | fw.c | 36 __be32 target_ip; member
|