Searched refs:xhead (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/slip/
H A Dslip.h70 unsigned char *xhead; /* pointer to next byte to XMIT */ member in struct:slip
H A Dslip.c271 memcpy(sl->xbuff, sl->xhead, sl->xleft);
277 sl->xhead = sl->xbuff;
414 sl->xhead = sl->xbuff + actual;
444 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft);
446 sl->xhead += actual;
/linux-master/fs/xfs/
H A Dxfs_ioctl.c1518 struct xfs_fsmap_head xhead = {0}; local
1551 xhead.fmh_iflags = head.fmh_iflags;
1552 xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]);
1553 xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]);
1555 trace_xfs_getfsmap_low_key(ip->i_mount, &xhead.fmh_keys[0]);
1556 trace_xfs_getfsmap_high_key(ip->i_mount, &xhead.fmh_keys[1]);
1564 xhead.fmh_entries = 0;
1565 xhead.fmh_count = min_t(unsigned int, count,
1569 error = xfs_getfsmap(ip->i_mount, &xhead, recs);
1589 head.fmh_entries += xhead
[all...]
/linux-master/drivers/net/can/slcan/
H A Dslcan-core.c93 unsigned char *xhead; /* pointer to next XMIT byte */ member in struct:slcan
539 sl->xhead = sl->xbuff + actual;
575 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft);
577 sl->xhead += actual;
640 sl->xhead = sl->xbuff + actual;
/linux-master/drivers/net/hamradio/
H A D6pack.c94 unsigned char *xhead; /* next byte to XMIT */ member in struct:sixpack
154 sp->xhead += actual;
221 sp->xhead = sp->xbuff + actual;
226 sp->xhead = sp->xbuff;
413 actual = tty->ops->write(tty, sp->xhead, sp->xleft);
415 sp->xhead += actual;
880 sp->xhead += actual;
H A Dmkiss.c51 unsigned char *xhead; /* pointer to next byte to XMIT */ member in struct:mkiss
396 memcpy(ax->xbuff, ax->xhead, ax->xleft);
403 ax->xhead = ax->xbuff;
516 ax->xhead = ax->xbuff + actual;
930 actual = tty->ops->write(tty, ax->xhead, ax->xleft);
932 ax->xhead += actual;
/linux-master/fs/ext4/
H A Dioctl.c887 struct ext4_fsmap_head xhead = {0}; local
909 xhead.fmh_iflags = head.fmh_iflags;
910 xhead.fmh_count = head.fmh_count;
911 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]);
912 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]);
914 trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]);
915 trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]);
919 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info);
935 head.fmh_entries = xhead.fmh_entries;
936 head.fmh_oflags = xhead
[all...]

Completed in 175 milliseconds