Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/fs/xfs/
Dxfs_bmap_util.c1582 xfs_inode_t *tip) /* tmp inode */ in xfs_swap_extents_check_format() argument
1587 tip->i_d.di_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
1594 if (ip->i_d.di_nextents < tip->i_d.di_nextents) in xfs_swap_extents_check_format()
1603 tip->i_d.di_format == XFS_DINODE_FMT_BTREE) in xfs_swap_extents_check_format()
1607 if (tip->i_d.di_format == XFS_DINODE_FMT_EXTENTS && in xfs_swap_extents_check_format()
1608 XFS_IFORK_NEXTENTS(tip, XFS_DATA_FORK) > in xfs_swap_extents_check_format()
1615 XFS_IFORK_MAXEXT(tip, XFS_DATA_FORK)) in xfs_swap_extents_check_format()
1627 if (tip->i_d.di_format == XFS_DINODE_FMT_BTREE) { in xfs_swap_extents_check_format()
1629 XFS_BMAP_BMDR_SPACE(tip->i_df.if_broot) > XFS_IFORK_BOFF(ip)) in xfs_swap_extents_check_format()
1631 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.c1440 xfs_inode_t *ip, *tip; in xfs_ioc_swapext() local
1478 tip = XFS_I(file_inode(tmp.file)); in xfs_ioc_swapext()
1480 if (ip->i_mount != tip->i_mount) { in xfs_ioc_swapext()
1485 if (ip->i_ino == tip->i_ino) { in xfs_ioc_swapext()
1495 error = xfs_swap_extents(ip, tip, sxp); in xfs_ioc_swapext()
/linux-4.1.27/net/bridge/
Dbr_input.c70 __be32 sip, tip; in br_do_proxy_arp() local
95 memcpy(&tip, arpptr, sizeof(tip)); in br_do_proxy_arp()
97 if (ipv4_is_loopback(tip) || in br_do_proxy_arp()
98 ipv4_is_multicast(tip)) in br_do_proxy_arp()
101 n = neigh_lookup(&arp_tbl, &tip, dev); in br_do_proxy_arp()
113 arp_send(ARPOP_REPLY, ETH_P_ARP, sip, skb->dev, tip, in br_do_proxy_arp()
/linux-4.1.27/net/ipv4/
Darp.c353 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument
386 return !inet_confirm_addr(net, in_dev, sip, tip, scope); in arp_ignore()
389 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument
396 rt = ip_route_output(net, sip, tip, 0, 0); in arp_filter()
457 __be32 sip, __be32 tip) in arp_fwd_pvlan() argument
464 if (sip == tip) in arp_fwd_pvlan()
637 __be32 sip, tip; in arp_process() local
710 memcpy(&tip, arp_ptr, 4); in arp_process()
715 if (ipv4_is_multicast(tip) || in arp_process()
716 (!IN_DEV_ROUTE_LOCALNET(in_dev) && ipv4_is_loopback(tip))) in arp_process()
[all …]
Dipconfig.c500 __be32 sip, tip; in ic_rarp_recv() local
558 memcpy(&tip, rarp_ptr, 4); in ic_rarp_recv()
571 ic_myaddr = tip; in ic_rarp_recv()
/linux-4.1.27/scripts/
Dsetlocalversion92 if [ -z "$tag" -o "$tag" = tip ]; then
/linux-4.1.27/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.1.27/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.1.27/drivers/net/bonding/
Dbond_main.c2378 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument
2382 if (!sip || !bond_has_this_ip(bond, tip)) { in bond_validate_arp()
2384 &sip, &tip); in bond_validate_arp()
2404 __be32 sip, tip; in bond_arp_rcv() local
2441 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv()
2446 &sip, &tip); in bond_arp_rcv()
2475 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
2479 bond_validate_arp(bond, slave, tip, sip); in bond_arp_rcv()
2483 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
/linux-4.1.27/drivers/net/
Dvxlan.c1342 __be32 sip, tip; in arp_reduce() local
1367 memcpy(&tip, arpptr, sizeof(tip)); in arp_reduce()
1369 if (ipv4_is_loopback(tip) || in arp_reduce()
1370 ipv4_is_multicast(tip)) in arp_reduce()
1373 n = neigh_lookup(&arp_tbl, &tip, dev); in arp_reduce()
1391 reply = arp_create(ARPOP_REPLY, ETH_P_ARP, sip, dev, tip, sha, in arp_reduce()
1408 .sin.sin_addr.s_addr = tip, in arp_reduce()
/linux-4.1.27/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.1.27/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.1.27/
DMAINTAINERS2594 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4649 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5388 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5396 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
6079 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
7641 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7778 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8646 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8667 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
10081 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
[all …]
/linux-4.1.27/tools/perf/Documentation/
Dperf-script-python.txt387 root@tropicana:/home/trz/src/tip# ls -al tools/perf/scripts/python
/linux-4.1.27/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.1.27/init/
DKconfig1099 See tip/Documentation/scheduler/sched-bwc.txt for more information.