Searched refs:xhead (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.10/drivers/net/hamradio/ |
D | 6pack.c | 94 unsigned char *xhead; /* next byte to XMIT */ member 153 sp->xhead += actual; in sp_xmit_on_air() 225 sp->xhead = sp->xbuff + actual; in sp_encaps() 230 sp->xhead = sp->xbuff; in sp_encaps() 418 actual = tty->ops->write(tty, sp->xhead, sp->xleft); in sixpack_write_wakeup() 420 sp->xhead += actual; in sixpack_write_wakeup() 883 sp->xhead += actual; in decode_prio_command()
|
D | mkiss.c | 49 unsigned char *xhead; /* pointer to next byte to XMIT */ member 394 memcpy(ax->xbuff, ax->xhead, ax->xleft); in ax_changedmtu() 401 ax->xhead = ax->xbuff; in ax_changedmtu() 514 ax->xhead = ax->xbuff + actual; in ax_encaps() 926 actual = tty->ops->write(tty, ax->xhead, ax->xleft); in mkiss_write_wakeup() 928 ax->xhead += actual; in mkiss_write_wakeup()
|
/Linux-v5.10/fs/xfs/ |
D | xfs_ioctl.c | 1724 struct xfs_fsmap_head xhead = {0}; in xfs_ioc_getfsmap() local 1757 xhead.fmh_iflags = head.fmh_iflags; in xfs_ioc_getfsmap() 1758 xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]); in xfs_ioc_getfsmap() 1759 xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]); in xfs_ioc_getfsmap() 1761 trace_xfs_getfsmap_low_key(ip->i_mount, &xhead.fmh_keys[0]); in xfs_ioc_getfsmap() 1762 trace_xfs_getfsmap_high_key(ip->i_mount, &xhead.fmh_keys[1]); in xfs_ioc_getfsmap() 1770 xhead.fmh_entries = 0; in xfs_ioc_getfsmap() 1771 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap() 1775 error = xfs_getfsmap(ip->i_mount, &xhead, recs); in xfs_ioc_getfsmap() 1795 head.fmh_entries += xhead.fmh_entries; in xfs_ioc_getfsmap() [all …]
|
/Linux-v5.10/fs/ext4/ |
D | ioctl.c | 675 struct ext4_fsmap_head xhead = {0}; in ext4_ioc_getfsmap() local 697 xhead.fmh_iflags = head.fmh_iflags; in ext4_ioc_getfsmap() 698 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap() 699 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]); in ext4_ioc_getfsmap() 700 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]); in ext4_ioc_getfsmap() 702 trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]); in ext4_ioc_getfsmap() 703 trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]); in ext4_ioc_getfsmap() 707 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info); in ext4_ioc_getfsmap() 724 head.fmh_entries = xhead.fmh_entries; in ext4_ioc_getfsmap() 725 head.fmh_oflags = xhead.fmh_oflags; in ext4_ioc_getfsmap()
|
/Linux-v5.10/drivers/net/wan/ |
D | x25_asy.h | 30 unsigned char *xhead; /* pointer to next byte to XMIT */ member
|
D | x25_asy.c | 141 memcpy(sl->xbuff, sl->xhead, sl->xleft); in x25_asy_change_mtu() 147 sl->xhead = sl->xbuff; in x25_asy_change_mtu() 244 sl->xhead = sl->xbuff + actual; in x25_asy_encaps() 269 actual = tty->ops->write(tty, sl->xhead, sl->xleft); in x25_asy_write_wakeup() 271 sl->xhead += actual; in x25_asy_write_wakeup()
|
/Linux-v5.10/drivers/net/slip/ |
D | slip.h | 68 unsigned char *xhead; /* pointer to next byte to XMIT */ member
|
D | slip.c | 270 memcpy(sl->xbuff, sl->xhead, sl->xleft); 276 sl->xhead = sl->xbuff; 413 sl->xhead = sl->xbuff + actual; 443 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft); 445 sl->xhead += actual;
|
/Linux-v5.10/drivers/net/can/ |
D | slcan.c | 93 unsigned char *xhead; /* pointer to next XMIT byte */ member 306 sl->xhead = sl->xbuff + actual; in slc_encaps() 333 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft); in slcan_transmit() 335 sl->xhead += actual; in slcan_transmit()
|