/linux/fs/xfs/ |
H A D | xfs_exchrange.c | 32 struct xfs_inode *ip2) in xfs_exchrange_ilock() argument 34 if (ip1 != ip2) in xfs_exchrange_ilock() 36 ip2, XFS_ILOCK_EXCL); in xfs_exchrange_ilock() 41 if (ip2 != ip1) in xfs_exchrange_ilock() 42 xfs_trans_ijoin(tp, ip2, 0); in xfs_exchrange_ilock() 51 struct xfs_inode *ip2) in xfs_exchrange_iunlock() argument 53 if (ip2 != ip1) in xfs_exchrange_iunlock() 54 xfs_iunlock(ip2, XFS_ILOCK_EXCL); in xfs_exchrange_iunlock() 69 xfs_exchrange_ilock(NULL, req->ip1, req->ip2); in xfs_exchrange_estimate() 71 xfs_exchrange_iunlock(req->ip1, req->ip2); in xfs_exchrange_estimate() [all …]
|
H A D | xfs_exchrange.h | 47 struct xfs_inode *ip2); 48 void xfs_exchrange_iunlock(struct xfs_inode *ip1, struct xfs_inode *ip2);
|
H A D | xfs_inode.h | 654 int xfs_ilock2_io_mmap(struct xfs_inode *ip1, struct xfs_inode *ip2); 655 void xfs_iunlock2_io_mmap(struct xfs_inode *ip1, struct xfs_inode *ip2); 656 void xfs_iunlock2_remapping(struct xfs_inode *ip1, struct xfs_inode *ip2);
|
H A D | xfs_trace.h | 5105 struct xfs_inode *ip2), 5106 TP_ARGS(fxr, ip1, ip2), 5126 __entry->ip2_ino = ip2->i_ino; 5127 __entry->ip2_isize = VFS_I(ip2)->i_size; 5128 __entry->ip2_disize = ip2->i_disk_size; 5154 struct xfs_inode *ip2), \ 5155 TP_ARGS(fxr, ip1, ip2)) 5161 TP_PROTO(const struct xfs_exchrange *fxr, struct xfs_inode *ip2), 5162 TP_ARGS(fxr, ip2), 5179 struct inode *inode2 = VFS_I(ip2); [all …]
|
/linux/tools/testing/selftests/net/forwarding/ |
H A D | mirror_lib.sh | 66 local ip2=$1; shift 71 mirror_test v$h1 $ip1 $ip2 $dev 100 $expect 75 mirror_test v$h2 $ip2 $ip1 $dev 100 $expect 83 local ip2=$1; shift 87 do_test_span_dir_ips 10 "$dev" "$ip1" "$ip2" \ 97 local ip2=$1; shift 99 quick_test_span_dir_ips "$dev" "$ip1" "$ip2" \ 103 mirror_test v$h1 $ip1 $ip2 $dev 100 10 107 mirror_test v$h2 $ip2 $ip1 $dev 100 10 128 local ip2=$1; shift [all …]
|
H A D | mirror_gre_lib.sh | 9 local ip2=$1; shift 13 do_test_span_dir_ips 10 h3-$tundev "$ip1" "$ip2" \ 21 local ip2=$1; shift 23 do_test_span_dir_ips 0 h3-$tundev "$ip1" "$ip2" 32 local ip2=$1; shift 35 "$backward_type" "$ip1" "$ip2" 46 local ip2=$1; shift 52 "$backward_type" "$ip1" "$ip2" 67 local ip2=$1; shift 74 "$backward_type" "$ip1" "$ip2" [all …]
|
H A D | vxlan_asymmetric_ipv6.sh | 401 local ip2=$1; shift 411 ip neigh add $ip2 lladdr $mac2 nud noarp dev vlan20 \
|
H A D | vxlan_asymmetric.sh | 406 local ip2=$1; shift 416 ip neigh add $ip2 lladdr $mac2 nud noarp dev vlan20 \
|
H A D | vxlan_symmetric_ipv6.sh | 446 local ip2=$1; shift 456 ip neigh add $ip2 lladdr $mac2 nud noarp dev vlan20 \
|
H A D | vxlan_symmetric.sh | 449 local ip2=$1; shift 459 ip neigh add $ip2 lladdr $mac2 nud noarp dev vlan20 \
|
/linux/net/netfilter/ipset/ |
H A D | ip_set_hash_ipportnet.c | 54 __be32 ip2; member 65 const struct hash_ipportnet4_elem *ip2, in hash_ipportnet4_data_equal() argument 68 return ip1->ip == ip2->ip && in hash_ipportnet4_data_equal() 69 ip1->ip2 == ip2->ip2 && in hash_ipportnet4_data_equal() 70 ip1->cidr == ip2->cidr && in hash_ipportnet4_data_equal() 71 ip1->port == ip2->port && in hash_ipportnet4_data_equal() 72 ip1->proto == ip2->proto; in hash_ipportnet4_data_equal() 96 elem->ip2 &= ip_set_netmask(cidr); in hash_ipportnet4_data_netmask() 107 nla_put_ipaddr4(skb, IPSET_ATTR_IP2, data->ip2) || in hash_ipportnet4_data_list() 126 next->ip2 = d->ip2; in hash_ipportnet4_data_next() [all …]
|
H A D | ip_set_hash_ipportip.c | 44 __be32 ip2; member 52 const struct hash_ipportip4_elem *ip2, in hash_ipportip4_data_equal() argument 55 return ip1->ip == ip2->ip && in hash_ipportip4_data_equal() 56 ip1->ip2 == ip2->ip2 && in hash_ipportip4_data_equal() 57 ip1->port == ip2->port && in hash_ipportip4_data_equal() 58 ip1->proto == ip2->proto; in hash_ipportip4_data_equal() 66 nla_put_ipaddr4(skb, IPSET_ATTR_IP2, data->ip2) || in hash_ipportip4_data_list() 103 ip4addrptr(skb, opt->flags & IPSET_DIM_THREE_SRC, &e.ip2); in hash_ipportip4_kadt() 135 ret = ip_set_get_ipaddr4(tb[IPSET_ATTR_IP2], &e.ip2); in hash_ipportip4_uadt() 210 union nf_inet_addr ip2; member [all …]
|
H A D | ip_set_hash_netportnet.c | 63 const struct hash_netportnet4_elem *ip2, in hash_netportnet4_data_equal() argument 66 return ip1->ipcmp == ip2->ipcmp && in hash_netportnet4_data_equal() 67 ip1->ccmp == ip2->ccmp && in hash_netportnet4_data_equal() 68 ip1->port == ip2->port && in hash_netportnet4_data_equal() 69 ip1->proto == ip2->proto; in hash_netportnet4_data_equal() 196 u32 ip2_from = 0, ip2_to = 0, ip2, i = 0; in hash_netportnet4_uadt() local 302 ip2 = ntohl(h->next.ip[1]); in hash_netportnet4_uadt() 305 ip2 = ip2_from; in hash_netportnet4_uadt() 315 e.ip[1] = htonl(ip2); in hash_netportnet4_uadt() 321 ip2 = hash_netportnet4_range_to_cidr(ip2, in hash_netportnet4_uadt() [all …]
|
H A D | ip_set_hash_netnet.c | 61 const struct hash_netnet4_elem *ip2, in hash_netnet4_data_equal() argument 64 return ip1->ipcmp == ip2->ipcmp && in hash_netnet4_data_equal() 65 ip1->ccmp == ip2->ccmp; in hash_netnet4_data_equal() 174 u32 ip2 = 0, ip2_from = 0, ip2_to = 0, i = 0; in hash_netnet4_uadt() local 253 ip2 = ntohl(h->next.ip[1]); in hash_netnet4_uadt() 255 ip2 = ip2_from; in hash_netnet4_uadt() 263 e.ip[1] = htonl(ip2); in hash_netnet4_uadt() 268 ip2 = ip_set_range_to_cidr(ip2, ip2_to, &e.cidr[1]); in hash_netnet4_uadt() 274 } while (ip2++ < ip2_to); in hash_netnet4_uadt() 275 ip2 = ip2_from; in hash_netnet4_uadt() [all …]
|
H A D | ip_set_hash_netiface.c | 70 const struct hash_netiface4_elem *ip2, in hash_netiface4_data_equal() argument 73 return ip1->ip == ip2->ip && in hash_netiface4_data_equal() 74 ip1->cidr == ip2->cidr && in hash_netiface4_data_equal() 76 ip1->physdev == ip2->physdev && in hash_netiface4_data_equal() 78 strncmp(ip1->iface, ip2->iface, strlen(ip1->iface)) == 0 : in hash_netiface4_data_equal() 79 strcmp(ip1->iface, ip2->iface) == 0); in hash_netiface4_data_equal() 304 const struct hash_netiface6_elem *ip2, in hash_netiface6_data_equal() argument 307 return ipv6_addr_equal(&ip1->ip.in6, &ip2->ip.in6) && in hash_netiface6_data_equal() 308 ip1->cidr == ip2->cidr && in hash_netiface6_data_equal() 310 ip1->physdev == ip2->physdev && in hash_netiface6_data_equal() [all …]
|
H A D | ip_set_hash_netport.c | 63 const struct hash_netport4_elem *ip2, in hash_netport4_data_equal() argument 66 return ip1->ip == ip2->ip && in hash_netport4_data_equal() 67 ip1->port == ip2->port && in hash_netport4_data_equal() 68 ip1->proto == ip2->proto && in hash_netport4_data_equal() 69 ip1->cidr == ip2->cidr; in hash_netport4_data_equal() 280 const struct hash_netport6_elem *ip2, in hash_netport6_data_equal() argument 283 return ipv6_addr_equal(&ip1->ip.in6, &ip2->ip.in6) && in hash_netport6_data_equal() 284 ip1->port == ip2->port && in hash_netport6_data_equal() 285 ip1->proto == ip2->proto && in hash_netport6_data_equal() 286 ip1->cidr == ip2->cidr; in hash_netport6_data_equal()
|
H A D | ip_set_hash_ipport.c | 56 const struct hash_ipport4_elem *ip2, in hash_ipport4_data_equal() argument 59 return ip1->ip == ip2->ip && in hash_ipport4_data_equal() 60 ip1->port == ip2->port && in hash_ipport4_data_equal() 61 ip1->proto == ip2->proto; in hash_ipport4_data_equal() 223 const struct hash_ipport6_elem *ip2, in hash_ipport6_data_equal() argument 226 return ipv6_addr_equal(&ip1->ip.in6, &ip2->ip.in6) && in hash_ipport6_data_equal() 227 ip1->port == ip2->port && in hash_ipport6_data_equal() 228 ip1->proto == ip2->proto; in hash_ipport6_data_equal()
|
H A D | ip_set_hash_ipmark.c | 48 const struct hash_ipmark4_elem *ip2, in hash_ipmark4_data_equal() argument 51 return ip1->ip == ip2->ip && in hash_ipmark4_data_equal() 52 ip1->mark == ip2->mark; in hash_ipmark4_data_equal() 180 const struct hash_ipmark6_elem *ip2, in hash_ipmark6_data_equal() argument 183 return ipv6_addr_equal(&ip1->ip.in6, &ip2->ip.in6) && in hash_ipmark6_data_equal() 184 ip1->mark == ip2->mark; in hash_ipmark6_data_equal()
|
H A D | ip_set_hash_net.c | 53 const struct hash_net4_elem *ip2, in hash_net4_data_equal() argument 56 return ip1->ip == ip2->ip && in hash_net4_data_equal() 57 ip1->cidr == ip2->cidr; in hash_net4_data_equal() 224 const struct hash_net6_elem *ip2, in hash_net6_data_equal() argument 227 return ipv6_addr_equal(&ip1->ip.in6, &ip2->ip.in6) && in hash_net6_data_equal() 228 ip1->cidr == ip2->cidr; in hash_net6_data_equal()
|
H A D | ip_set_hash_ip.c | 184 const struct hash_ip6_elem *ip2, in hash_ip6_data_equal() argument 187 return ipv6_addr_equal(&ip1->ip.in6, &ip2->ip.in6); in hash_ip6_data_equal()
|
/linux/lib/zstd/compress/ |
H A D | zstd_fast.c | 114 const BYTE* ip2; in ZSTD_compressBlock_fast_noDict_generic() local 156 ip2 = ip0 + step; in ZSTD_compressBlock_fast_noDict_generic() 157 ip3 = ip2 + 1; in ZSTD_compressBlock_fast_noDict_generic() 170 const U32 rval = MEM_read32(ip2 - rep_offset1); in ZSTD_compressBlock_fast_noDict_generic() 177 if ((MEM_read32(ip2) == rval) & (rep_offset1 > 0)) { in ZSTD_compressBlock_fast_noDict_generic() 178 ip0 = ip2; in ZSTD_compressBlock_fast_noDict_generic() 206 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic() 210 ip1 = ip2; in ZSTD_compressBlock_fast_noDict_generic() 211 ip2 = ip3; in ZSTD_compressBlock_fast_noDict_generic() 235 hash1 = ZSTD_hashPtr(ip2, hlog, mls); in ZSTD_compressBlock_fast_noDict_generic() [all …]
|
/linux/fs/xfs/libxfs/ |
H A D | xfs_exchmaps.c | 146 ifp2 = xfs_ifork_ptr(req->ip2, whichfork); in xfs_exchmaps_check_forks() 968 if (req->blockcount != XFS_B_TO_FSB(mp, req->ip2->i_disk_size)) in xmi_can_exchange_reflink_flags() 986 xmi->xmi_ip2 = req->ip2; in xfs_exchmaps_init_intent() 1000 xmi->xmi_isize1 = req->ip2->i_disk_size; in xfs_exchmaps_init_intent() 1007 if (xfs_is_reflink_inode(req->ip2)) in xfs_exchmaps_init_intent() 1083 error = xmi_next(req->ip2, bmap_flags, &irec2, &adj.right2); in xfs_exchmaps_estimate() 1123 if (req->ip1 == req->ip2) { in xfs_exchmaps_estimate() 1130 error = xmi_ensure_delta_nextents(req, req->ip2, d_nexts2); in xfs_exchmaps_estimate() 1224 xfs_assert_ilocked(req->ip2, XFS_ILOCK_EXCL); in xfs_exchange_mappings()
|
H A D | xfs_dir2.c | 1056 struct xfs_inode *ip2 = du2->ip; in xfs_dir_exchange_children() local 1063 error = xfs_dir_replace(tp, dp1, name1, ip2->i_ino, spaceres); in xfs_dir_exchange_children() 1080 if (S_ISDIR(VFS_I(ip2)->i_mode)) { in xfs_dir_exchange_children() 1081 error = xfs_dir_replace(tp, ip2, &xfs_name_dotdot, in xfs_dir_exchange_children() 1111 if (!S_ISDIR(VFS_I(ip2)->i_mode)) { in xfs_dir_exchange_children() 1134 xfs_trans_ichgtime(tp, ip2, ip2_flags); in xfs_dir_exchange_children() 1135 xfs_trans_log_inode(tp, ip2, XFS_ILOG_CORE); in xfs_dir_exchange_children() 1154 dp1, name1, ip2); in xfs_dir_exchange_children() 1168 xfs_dir_update_hook(dp2, ip2, -1, name2); in xfs_dir_exchange_children() 1169 xfs_dir_update_hook(dp1, ip2, 1, name1); in xfs_dir_exchange_children()
|
H A D | xfs_rtgroup.c | 288 const struct xfs_inode *ip2 = in xfs_rtginode_ilock_cmp_fn() local 291 if (ip1->i_projid < ip2->i_projid) in xfs_rtginode_ilock_cmp_fn() 293 if (ip1->i_projid > ip2->i_projid) in xfs_rtginode_ilock_cmp_fn()
|
/linux/fs/xfs/scrub/ |
H A D | tempfile.c | 633 req->ip2 = sc->ip; in xrep_tempexch_prep_request() 754 if (!XFS_IS_QUOTA_ON(tp->t_mountp) || req->ip1 == req->ip2 || in xrep_tempexch_reserve_quota() 756 (req->ip1->i_udquot == req->ip2->i_udquot && in xrep_tempexch_reserve_quota() 757 req->ip1->i_gdquot == req->ip2->i_gdquot && in xrep_tempexch_reserve_quota() 758 req->ip1->i_pdquot == req->ip2->i_pdquot)) in xrep_tempexch_reserve_quota() 780 return xfs_trans_reserve_quota_nblks(tp, req->ip2, in xrep_tempexch_reserve_quota()
|