Searched refs:xhead (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/xfs/ |
| A D | xfs_ioctl.c | 1581 struct xfs_fsmap_head xhead = {0}; in xfs_ioc_getfsmap() local 1614 xhead.fmh_iflags = head.fmh_iflags; in xfs_ioc_getfsmap() 1627 xhead.fmh_entries = 0; in xfs_ioc_getfsmap() 1628 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap() 1632 error = xfs_getfsmap(ip->i_mount, &xhead, recs); in xfs_ioc_getfsmap() 1652 head.fmh_entries += xhead.fmh_entries; in xfs_ioc_getfsmap() 1653 head.fmh_oflags = xhead.fmh_oflags; in xfs_ioc_getfsmap() 1659 if (head.fmh_count == 0 || xhead.fmh_entries == 0) in xfs_ioc_getfsmap() 1664 xhead.fmh_entries * sizeof(struct fsmap))) { in xfs_ioc_getfsmap() 1670 last_rec = &recs[xhead.fmh_entries - 1]; in xfs_ioc_getfsmap() [all …]
|
| /linux/drivers/net/hamradio/ |
| A D | 6pack.c | 94 unsigned char *xhead; /* next byte to XMIT */ member 153 sp->xhead += actual; in sp_xmit_on_air() 220 sp->xhead = sp->xbuff + actual; in sp_encaps() 225 sp->xhead = sp->xbuff; in sp_encaps() 412 actual = tty->ops->write(tty, sp->xhead, sp->xleft); in sixpack_write_wakeup() 414 sp->xhead += actual; in sixpack_write_wakeup() 878 sp->xhead += actual; in decode_prio_command()
|
| A D | mkiss.c | 51 unsigned char *xhead; /* pointer to next byte to XMIT */ member 396 memcpy(ax->xbuff, ax->xhead, ax->xleft); in ax_changedmtu() 403 ax->xhead = ax->xbuff; in ax_changedmtu() 516 ax->xhead = ax->xbuff + actual; in ax_encaps() 930 actual = tty->ops->write(tty, ax->xhead, ax->xleft); in mkiss_write_wakeup() 932 ax->xhead += actual; in mkiss_write_wakeup()
|
| /linux/fs/ext4/ |
| A D | ioctl.c | 629 struct ext4_fsmap_head xhead = {0}; in ext4_ioc_getfsmap() local 651 xhead.fmh_iflags = head.fmh_iflags; in ext4_ioc_getfsmap() 652 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap() 653 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]); in ext4_ioc_getfsmap() 654 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]); in ext4_ioc_getfsmap() 656 trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]); in ext4_ioc_getfsmap() 657 trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]); in ext4_ioc_getfsmap() 661 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info); in ext4_ioc_getfsmap() 677 head.fmh_entries = xhead.fmh_entries; in ext4_ioc_getfsmap() 678 head.fmh_oflags = xhead.fmh_oflags; in ext4_ioc_getfsmap()
|
| /linux/drivers/net/can/ |
| A 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()
|
| /linux/drivers/net/slip/ |
| A D | slip.h | 70 unsigned char *xhead; /* pointer to next byte to XMIT */ member
|
| A D | slip.c | 271 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;
|
Completed in 20 milliseconds