xhead 93 drivers/net/can/slcan.c unsigned char *xhead; /* pointer to next XMIT byte */ xhead 306 drivers/net/can/slcan.c sl->xhead = sl->xbuff + actual; xhead 333 drivers/net/can/slcan.c actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft); xhead 335 drivers/net/can/slcan.c sl->xhead += actual; xhead 94 drivers/net/hamradio/6pack.c unsigned char *xhead; /* next byte to XMIT */ xhead 153 drivers/net/hamradio/6pack.c sp->xhead += actual; xhead 225 drivers/net/hamradio/6pack.c sp->xhead = sp->xbuff + actual; xhead 230 drivers/net/hamradio/6pack.c sp->xhead = sp->xbuff; xhead 418 drivers/net/hamradio/6pack.c actual = tty->ops->write(tty, sp->xhead, sp->xleft); xhead 420 drivers/net/hamradio/6pack.c sp->xhead += actual; xhead 883 drivers/net/hamradio/6pack.c sp->xhead += actual; xhead 49 drivers/net/hamradio/mkiss.c unsigned char *xhead; /* pointer to next byte to XMIT */ xhead 394 drivers/net/hamradio/mkiss.c memcpy(ax->xbuff, ax->xhead, ax->xleft); xhead 401 drivers/net/hamradio/mkiss.c ax->xhead = ax->xbuff; xhead 514 drivers/net/hamradio/mkiss.c ax->xhead = ax->xbuff + actual; xhead 927 drivers/net/hamradio/mkiss.c actual = tty->ops->write(tty, ax->xhead, ax->xleft); xhead 929 drivers/net/hamradio/mkiss.c ax->xhead += actual; xhead 270 drivers/net/slip/slip.c memcpy(sl->xbuff, sl->xhead, sl->xleft); xhead 276 drivers/net/slip/slip.c sl->xhead = sl->xbuff; xhead 413 drivers/net/slip/slip.c sl->xhead = sl->xbuff + actual; xhead 443 drivers/net/slip/slip.c actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft); xhead 445 drivers/net/slip/slip.c sl->xhead += actual; xhead 68 drivers/net/slip/slip.h unsigned char *xhead; /* pointer to next byte to XMIT */ xhead 141 drivers/net/wan/x25_asy.c memcpy(sl->xbuff, sl->xhead, sl->xleft); xhead 147 drivers/net/wan/x25_asy.c sl->xhead = sl->xbuff; xhead 247 drivers/net/wan/x25_asy.c sl->xhead = sl->xbuff + actual; xhead 274 drivers/net/wan/x25_asy.c actual = tty->ops->write(tty, sl->xhead, sl->xleft); xhead 276 drivers/net/wan/x25_asy.c sl->xhead += actual; xhead 30 drivers/net/wan/x25_asy.h unsigned char *xhead; /* pointer to next byte to XMIT */ xhead 642 fs/ext4/ioctl.c struct ext4_fsmap_head xhead = {0}; xhead 664 fs/ext4/ioctl.c xhead.fmh_iflags = head.fmh_iflags; xhead 665 fs/ext4/ioctl.c xhead.fmh_count = head.fmh_count; xhead 666 fs/ext4/ioctl.c ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]); xhead 667 fs/ext4/ioctl.c ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]); xhead 669 fs/ext4/ioctl.c trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]); xhead 670 fs/ext4/ioctl.c trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]); xhead 674 fs/ext4/ioctl.c error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info); xhead 691 fs/ext4/ioctl.c head.fmh_entries = xhead.fmh_entries; xhead 692 fs/ext4/ioctl.c head.fmh_oflags = xhead.fmh_oflags; xhead 1864 fs/xfs/xfs_ioctl.c struct xfs_fsmap_head xhead = {0}; xhead 1878 fs/xfs/xfs_ioctl.c xhead.fmh_iflags = head.fmh_iflags; xhead 1879 fs/xfs/xfs_ioctl.c xhead.fmh_count = head.fmh_count; xhead 1880 fs/xfs/xfs_ioctl.c xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]); xhead 1881 fs/xfs/xfs_ioctl.c xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]); xhead 1883 fs/xfs/xfs_ioctl.c trace_xfs_getfsmap_low_key(ip->i_mount, &xhead.fmh_keys[0]); xhead 1884 fs/xfs/xfs_ioctl.c trace_xfs_getfsmap_high_key(ip->i_mount, &xhead.fmh_keys[1]); xhead 1888 fs/xfs/xfs_ioctl.c error = xfs_getfsmap(ip->i_mount, &xhead, xfs_getfsmap_format, &info); xhead 1904 fs/xfs/xfs_ioctl.c head.fmh_entries = xhead.fmh_entries; xhead 1905 fs/xfs/xfs_ioctl.c head.fmh_oflags = xhead.fmh_oflags;