Searched refs:xhead (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_fsmap.c | 1305 struct xfs_fsmap_head xhead = {0}; in xfs_ioc_getfsmap() local 1338 xhead.fmh_iflags = head.fmh_iflags; in xfs_ioc_getfsmap() 1339 xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]); in xfs_ioc_getfsmap() 1340 xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]); in xfs_ioc_getfsmap() 1342 trace_xfs_getfsmap_low_key(ip->i_mount, &xhead.fmh_keys[0]); in xfs_ioc_getfsmap() 1343 trace_xfs_getfsmap_high_key(ip->i_mount, &xhead.fmh_keys[1]); in xfs_ioc_getfsmap() 1351 xhead.fmh_entries = 0; in xfs_ioc_getfsmap() 1352 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap() 1356 error = xfs_getfsmap(ip->i_mount, &xhead, recs); in xfs_ioc_getfsmap() 1376 head.fmh_entries += xhead.fmh_entries; in xfs_ioc_getfsmap() [all …]
|
| /linux/drivers/net/hamradio/ |
| H 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/drivers/net/slip/ |
| H A D | slip.h | 70 unsigned char *xhead; /* pointer to next byte to XMIT */ member
|
| H 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;
|