Home
last modified time | relevance | path

Searched refs:tip (Results 1 – 19 of 19) sorted by relevance

/linux-4.4.14/fs/freevxfs/
Dvxfs_fshead.c111 struct vxfs_inode_info *vip, *tip; in vxfs_read_fshead() local
156 tip = vxfs_blkiget(sbp, infp->vsi_iext, sfp->fsh_ilistino[0]); in vxfs_read_fshead()
157 if (!tip) in vxfs_read_fshead()
160 infp->vsi_stilist = vxfs_get_fake_inode(sbp, tip); in vxfs_read_fshead()
163 kfree(tip); in vxfs_read_fshead()
172 tip = vxfs_stiget(sbp, pfp->fsh_ilistino[0]); in vxfs_read_fshead()
173 if (!tip) in vxfs_read_fshead()
175 infp->vsi_ilist = vxfs_get_fake_inode(sbp, tip); in vxfs_read_fshead()
178 kfree(tip); in vxfs_read_fshead()
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c1622 xfs_inode_t *tip) /* tmp inode */ in xfs_swap_extents_check_format() argument
1627 tip->i_d.di_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
1634 if (ip->i_d.di_nextents < tip->i_d.di_nextents) in xfs_swap_extents_check_format()
1643 tip->i_d.di_format == XFS_DINODE_FMT_BTREE) in xfs_swap_extents_check_format()
1647 if (tip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
1648 XFS_IFORK_NEXTENTS(tip, XFS_DATA_FORK) > in xfs_swap_extents_check_format()
1655 XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1667 if (tip->i_d.di_format == XFS_DINODE_FMT_BTREE) { in xfs_swap_extents_check_format()
1669 XFS_BMAP_BMDR_SPACE(tip->i_df.if_broot) > XFS_IFORK_BOFF(ip)) in xfs_swap_extents_check_format()
1671 if (XFS_IFORK_NEXTENTS(tip, XFS_DATA_FORK) <= in xfs_swap_extents_check_format()
[all …]
Dxfs_bmap_util.h74 int xfs_swap_extents(struct xfs_inode *ip, struct xfs_inode *tip,
Dxfs_ioctl.c1451 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local
1489 tip = XFS_I(file_inode(tmp.file)); in xfs_ioc_swapext()
1491 if (ip->i_mount != tip->i_mount) { in xfs_ioc_swapext()
1496 if (ip->i_ino == tip->i_ino) { in xfs_ioc_swapext()
1506 error = xfs_swap_extents(ip, tip, sxp); in xfs_ioc_swapext()
/linux-4.4.14/net/bridge/
Dbr_input.c76 __be32 sip, tip; in br_do_proxy_arp() local
101 memcpy(&tip, arpptr, sizeof(tip)); in br_do_proxy_arp()
103 if (ipv4_is_loopback(tip) || in br_do_proxy_arp()
104 ipv4_is_multicast(tip)) in br_do_proxy_arp()
107 n = neigh_lookup(&arp_tbl, &tip, dev); in br_do_proxy_arp()
119 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, skb->dev, tip, in br_do_proxy_arp()
/linux-4.4.14/net/ipv4/
Darp.c392 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument
425 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore()
428 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument
435 rt = ip_route_output(net, sip, tip, 0, 0); in arp_filter()
496 __be32 sip, __be32 tip) in arp_fwd_pvlan() argument
503 if (sip == tip) in arp_fwd_pvlan()
656 __be32 sip, tip; in arp_process() local
729 memcpy(&tip, arp_ptr, 4); in arp_process()
734 if (ipv4_is_multicast(tip) || in arp_process()
735 (!IN_DEV_ROUTE_LOCALNET(in_dev) && ipv4_is_loopback(tip))) in arp_process()
[all …]
Dipconfig.c504 __be32 sip, tip; in ic_rarp_recv() local
562 memcpy(&tip, rarp_ptr, 4); in ic_rarp_recv()
575 ic_myaddr = tip; in ic_rarp_recv()
/linux-4.4.14/scripts/
Dsetlocalversion92 if [ -z "$tag" -o "$tag" = tip ]; then
/linux-4.4.14/drivers/input/tablet/
Daiptek.c440 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local
537 tip = (data[5] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
570 input_report_key(inputdev, BTN_TOUCH, tip); in aiptek_irq()
677 tip = (data[1] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
681 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq()
/linux-4.4.14/Documentation/
Dintel_txt.txt185 title Linux 2.6.29-tip w/ tboot
188 module /vmlinuz-2.6.29-tip intel_iommu=on ro
190 module /initrd-2.6.29-tip.img
/linux-4.4.14/drivers/net/bonding/
Dbond_main.c2399 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument
2403 if (!sip || !bond_has_this_ip(bond, tip)) { in bond_validate_arp()
2405 &sip, &tip); in bond_validate_arp()
2425 __be32 sip, tip; in bond_arp_rcv() local
2462 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv()
2467 &sip, &tip); in bond_arp_rcv()
2496 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
2500 bond_validate_arp(bond, slave, tip, sip); in bond_arp_rcv()
2504 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
/linux-4.4.14/drivers/net/
Dvxlan.c1355 __be32 sip, tip; in arp_reduce() local
1380 memcpy(&tip, arpptr, sizeof(tip)); in arp_reduce()
1382 if (ipv4_is_loopback(tip) || in arp_reduce()
1383 ipv4_is_multicast(tip)) in arp_reduce()
1386 n = neigh_lookup(&arp_tbl, &tip, dev); in arp_reduce()
1404 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
1421 .sin.sin_addr.s_addr = tip, in arp_reduce()
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb3/
Dsge.c1957 __be32 sip, tip; in cxgb3_arp_process() local
1974 memcpy(&tip, arp_ptr, sizeof(tip)); in cxgb3_arp_process()
1976 if (tip != pi->iscsi_ipv4addr) in cxgb3_arp_process()
1979 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in cxgb3_arp_process()
/linux-4.4.14/Documentation/networking/
Deql.txt227 DSLIP. I did find a good tip from LinuxNET:Billy for PPP performance:
DREADME.sb1000194 used). Thanks to Ed Daiga for this tip!
/linux-4.4.14/
DMAINTAINERS2824 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5010 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5790 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5799 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5808 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6533 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
8294 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8444 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9373 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9394 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
[all …]
/linux-4.4.14/tools/perf/Documentation/
Dperf-script-python.txt387 root@tropicana:/home/trz/src/tip# ls -al tools/perf/scripts/python
/linux-4.4.14/Documentation/RCU/
DRTFP.txt2256 ,Title="[{PATCH} -tip 0/3] expedited 'big hammer' {RCU} grace periods"
2264 First posting of expedited RCU to be accepted into -tip.
2270 ,Title="[{PATCH} {RFC} -tip 0/4] {RCU} cleanups and simplified preemptable {RCU}"
/linux-4.4.14/init/
DKconfig1104 See tip/Documentation/scheduler/sched-bwc.txt for more information.