Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_dfrag.c42 xfs_inode_t *tip, /* tmp inode */
52 xfs_inode_t *ip, *tip; in xfs_swapext() local
90 tip = XFS_I(tmp_file->f_path.dentry->d_inode); in xfs_swapext()
92 if (ip->i_mount != tip->i_mount) { in xfs_swapext()
97 if (ip->i_ino == tip->i_ino) { in xfs_swapext()
107 error = xfs_swap_extents(ip, tip, sxp); in xfs_swapext()
140 xfs_inode_t *tip) /* tmp inode */ in xfs_swap_extents_check_format() argument
145 tip->i_d.di_format == XFS_DINODE_FMT_LOCAL) in xfs_swap_extents_check_format()
152 if (ip->i_d.di_nextents < tip->i_d.di_nextents) in xfs_swap_extents_check_format()
161 tip->i_d.di_format == XFS_DINODE_FMT_BTREE) in xfs_swap_extents_check_format()
[all …]
/linux-3.4.99/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-3.4.99/net/ipv4/
Darp.c387 static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) in arp_ignore() argument
418 return !inet_confirm_addr(in_dev, sip, tip, scope); in arp_ignore()
421 static int arp_filter(__be32 sip, __be32 tip, struct net_device *dev) in arp_filter() argument
428 rt = ip_route_output(net, sip, tip, 0, 0); in arp_filter()
555 __be32 sip, __be32 tip) in arp_fwd_pvlan() argument
562 if (sip == tip) in arp_fwd_pvlan()
732 __be32 sip, tip; in arp_process() local
798 memcpy(&tip, arp_ptr, 4); in arp_process()
803 if (ipv4_is_loopback(tip) || ipv4_is_multicast(tip)) in arp_process()
832 inet_addr_type(net, tip) == RTN_LOCAL && in arp_process()
[all …]
Dipconfig.c488 __be32 sip, tip; in ic_rarp_recv() local
546 memcpy(&tip, rarp_ptr, 4); in ic_rarp_recv()
559 ic_myaddr = tip; in ic_rarp_recv()
/linux-3.4.99/net/core/
Dnetpoll.c432 __be32 sip, tip; in arp_reply() local
482 memcpy(&tip, arp_ptr, 4); in arp_reply()
485 if (ipv4_is_loopback(tip) || ipv4_is_multicast(tip)) in arp_reply()
492 if (tip != np->local_ip) in arp_reply()
531 memcpy(arp_ptr, &tip, 4); in arp_reply()
/linux-3.4.99/scripts/
Dsetlocalversion94 if [ -z "$tag" -o "$tag" = tip ]; then
/linux-3.4.99/drivers/input/tablet/
Daiptek.c439 int retval, macro, x, y, z, left, right, middle, p, dv, tip, bs, pck; in aiptek_irq() local
536 tip = (data[5] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
569 input_report_key(inputdev, BTN_TOUCH, tip); in aiptek_irq()
676 tip = (data[1] & 0x04) != 0 ? 1 : 0; in aiptek_irq()
680 macro = dv && p && tip && !(data[3] & 1) ? (data[3] >> 1) : -1; in aiptek_irq()
/linux-3.4.99/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-3.4.99/drivers/net/bonding/
Dbond_main.c2727 static void bond_validate_arp(struct bonding *bond, struct slave *slave, __be32 sip, __be32 tip) in bond_validate_arp() argument
2734 &sip, &tip, i, &targets[i], in bond_validate_arp()
2735 bond_has_this_ip(bond, tip)); in bond_validate_arp()
2737 if (bond_has_this_ip(bond, tip)) in bond_validate_arp()
2749 __be32 sip, tip; in bond_arp_rcv() local
2775 memcpy(&tip, arp_ptr, 4); in bond_arp_rcv()
2780 &sip, &tip); in bond_arp_rcv()
2791 bond_validate_arp(bond, slave, sip, tip); in bond_arp_rcv()
2793 bond_validate_arp(bond, slave, tip, sip); in bond_arp_rcv()
/linux-3.4.99/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-3.4.99/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-3.4.99/
DMAINTAINERS3175 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3698 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4194 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5192 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5281 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5815 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5840 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6769 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7518 T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
/linux-3.4.99/drivers/firewire/
Dnet.c76 __be32 tip; /* IP Address of requested hw addr */ member
/linux-3.4.99/Documentation/RCU/
DRTFP.txt2097 ,Title="[{PATCH} -tip 0/3] expedited 'big hammer' {RCU} grace periods"
2105 First posting of expedited RCU to be accepted into -tip.
2111 ,Title="[{PATCH} {RFC} -tip 0/4] {RCU} cleanups and simplified preemptable {RCU}"
/linux-3.4.99/tools/perf/Documentation/
Dperf-script-python.txt388 root@tropicana:/home/trz/src/tip# ls -al tools/perf/scripts/python
/linux-3.4.99/init/
DKconfig743 See tip/Documentation/scheduler/sched-bwc.txt for more information.