| /linux/fs/xfs/ |
| H A D | xfs_bmap_util.c | 1145 struct xfs_inode *tip) /* tmp inode */ in xfs_swap_extents_check_format() argument 1148 struct xfs_ifork *tifp = &tip->i_df; in xfs_swap_extents_check_format() 1152 (!uid_eq(VFS_I(ip)->i_uid, VFS_I(tip)->i_uid) || in xfs_swap_extents_check_format() 1153 !gid_eq(VFS_I(ip)->i_gid, VFS_I(tip)->i_gid) || in xfs_swap_extents_check_format() 1154 ip->i_projid != tip->i_projid)) in xfs_swap_extents_check_format() 1192 ifp->if_nextents > XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format() 1214 if (xfs_inode_has_attr_fork(tip) && in xfs_swap_extents_check_format() 1215 xfs_bmap_bmdr_space(ip->i_df.if_broot) > xfs_inode_fork_boff(tip)) in xfs_swap_extents_check_format() 1217 if (ifp->if_nextents <= XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format() 1248 struct xfs_inode *tip) in xfs_swap_extent_rmap() argument [all …]
|
| H A D | xfs_bmap_util.h | 71 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
|
| H A D | xfs_ioctl.c | 926 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local 961 tip = XFS_I(file_inode(fd_file(tmp))); in xfs_ioc_swapext() 963 if (ip->i_mount != tip->i_mount) in xfs_ioc_swapext() 966 if (ip->i_ino == tip->i_ino) in xfs_ioc_swapext() 972 return xfs_swap_extents(ip, tip, sxp); in xfs_ioc_swapext()
|
| /linux/tools/testing/selftests/net/ |
| H A D | test_bridge_neigh_suppress.sh | 295 local tip=$1; shift 303 run_cmd "tc -n $sw1 filter replace dev vx0 egress pref 1 handle 101 proto 0x0806 flower indev swp1 arp_tip $tip arp_sip $sip arp_op request action pass" 307 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 318 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 329 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 336 run_cmd "ip -n $sw1 neigh replace $tip lladdr $h2_mac nud permanent dev br0.$vid" 339 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 349 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 363 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" 373 run_cmd "ip netns exec $h1 arping -q -b -c 1 -w 5 -s $sip -I eth0.$vid $tip" [all...] |
| /linux/Documentation/translations/it_IT/process/ |
| H A D | maintainer-tip.rst | 5 :Original: Documentation/process/maintainer-tip.rst 7 Il tascabile dei sorgenti tip
|
| H A D | maintainer-handbooks.rst | 24 maintainer-tip
|
| /linux/tools/perf/ |
| H A D | builtin-check.c | 34 .tip = tip_, \ 90 if (!feature->is_builtin && feature->tip) in feature_status__printf() 91 printf(" ( tip: %s )", feature->tip); in feature_status__printf()
|
| H A D | builtin.h | 8 const char *tip; member
|
| H A D | Makefile.config | 1214 tipdir = share/doc/perf-tip
|
| /linux/kernel/configs/ |
| H A D | x86_debug.config | 1 # Help: Debugging options for tip tree testing
|
| /linux/Documentation/process/ |
| H A D | maintainer-handbooks.rst | 21 maintainer-tip
|
| H A D | maintainer-kvm-x86.rst | 69 Patches that will be taken through a non-KVM tree (most often through the tip 111 With a few caveats listed below, follow the tip tree maintainers' preferred 112 :ref:`maintainer-tip-coding-style`, as patches/series often touch both KVM and 113 non-KVM x86 files, i.e. draw the attention of KVM *and* tip tree maintainers. 199 background. Note! This order directly conflicts with the tip tree's preferred 200 approach! Please follow the tip tree's preferred style when sending patches
|
| /linux/drivers/net/ethernet/microchip/vcap/ |
| H A D | vcap_tc.c | 369 if (mt.mask->tip) { in vcap_tc_flower_handler_arp_usage() 370 ipval = be32_to_cpu((__force __be32)mt.key->tip); in vcap_tc_flower_handler_arp_usage() 371 ipmsk = be32_to_cpu((__force __be32)mt.mask->tip); in vcap_tc_flower_handler_arp_usage()
|
| /linux/drivers/input/tablet/ |
| H A D | aiptek.c | 419 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local 516 tip = (data[5] & 0x04) != 0 ? 1 : 0; in aiptek_irq() 549 input_report_key(inputdev, BTN_TOUCH, tip); in aiptek_irq() 656 tip = (data[1] & 0x04) != 0 ? 1 : 0; in aiptek_irq() 660 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq()
|
| /linux/include/net/ |
| H A D | flow_dissector.h | 174 __u32 tip; member
|
| /linux/Documentation/arch/x86/ |
| H A D | intel_txt.rst | 202 title Linux 2.6.29-tip w/ tboot 205 module /vmlinuz-2.6.29-tip intel_iommu=on ro 207 module /initrd-2.6.29-tip.img
|
| H A D | mtrr.rst | 33 .. tip::
|
| /linux/net/ipv4/ |
| H A D | ipconfig.c | 503 __be32 sip, tip; in ic_rarp_recv() local 561 memcpy(&tip, rarp_ptr, 4); in ic_rarp_recv() 574 ic_myaddr = tip; in ic_rarp_recv()
|
| /linux/drivers/net/bonding/ |
| H A D | bond_main.c | 3028 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument 3032 if (!sip || !bond_has_this_ip(bond, tip)) { in bond_validate_arp() 3034 __func__, &sip, &tip); in bond_validate_arp() 3054 __be32 sip, tip; in bond_arp_rcv() local 3079 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv() 3084 &sip, &tip); in bond_arp_rcv() 3113 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv() 3117 bond_validate_arp(bond, slave, tip, sip); in bond_arp_rcv() 3120 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
|
| /linux/drivers/net/ethernet/chelsio/cxgb3/ |
| H A D | sge.c | 2027 __be32 sip, tip; in cxgb3_arp_process() local 2044 memcpy(&tip, arp_ptr, sizeof(tip)); in cxgb3_arp_process() 2046 if (tip != pi->iscsi_ipv4addr) in cxgb3_arp_process() 2049 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
|
| /linux/net/sched/ |
| H A D | cls_flower.c | 2007 fl_set_key_val(tb, &key->arp.tip, TCA_FLOWER_KEY_ARP_TIP, in fl_set_key() 2008 &mask->arp.tip, TCA_FLOWER_KEY_ARP_TIP_MASK, in fl_set_key() 2009 sizeof(key->arp.tip)); in fl_set_key() 3589 fl_dump_key_val(skb, &key->arp.tip, in fl_dump_key() 3590 TCA_FLOWER_KEY_ARP_TIP, &mask->arp.tip, in fl_dump_key() 3592 sizeof(key->arp.tip)) || in fl_dump_key()
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 615 memcpy(&key_arp->tip, arp_eth->ar_tip, sizeof(key_arp->tip)); in __skb_flow_dissect_arp()
|
| /linux/Documentation/networking/ |
| H A D | eql.rst | 187 DSLIP. I did find a good tip from LinuxNET:Billy for PPP performance:
|
| H A D | tcp_ao.rst | 322 A tip here for scaled TCP_LISTEN sockets, that may have some thousands TCP-AO
|
| /linux/Documentation/dev-tools/kunit/ |
| H A D | running_tips.rst | 50 tip is useful.
|