Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_fsmap.c1028 struct xfs_fsmap_head xhead = {0}; in xfs_ioc_getfsmap() local
1061 xhead.fmh_iflags = head.fmh_iflags; in xfs_ioc_getfsmap()
1062 xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]); in xfs_ioc_getfsmap()
1063 xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]); in xfs_ioc_getfsmap()
1065 trace_xfs_getfsmap_low_key(ip->i_mount, &xhead.fmh_keys[0]); in xfs_ioc_getfsmap()
1066 trace_xfs_getfsmap_high_key(ip->i_mount, &xhead.fmh_keys[1]); in xfs_ioc_getfsmap()
1074 xhead.fmh_entries = 0; in xfs_ioc_getfsmap()
1075 xhead.fmh_count = min_t(unsigned int, count, in xfs_ioc_getfsmap()
1079 error = xfs_getfsmap(ip->i_mount, &xhead, recs); in xfs_ioc_getfsmap()
1099 head.fmh_entries += xhead.fmh_entries; in xfs_ioc_getfsmap()
[all …]
/linux-6.12.1/drivers/net/hamradio/
D6pack.c91 unsigned char *xhead; /* next byte to XMIT */ member
148 sp->xhead += actual; in sp_xmit_on_air()
215 sp->xhead = sp->xbuff + actual; in sp_encaps()
220 sp->xhead = sp->xbuff; in sp_encaps()
407 actual = tty->ops->write(tty, sp->xhead, sp->xleft); in sixpack_write_wakeup()
409 sp->xhead += actual; in sixpack_write_wakeup()
860 sp->xhead += actual; in decode_prio_command()
Dmkiss.c51 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-6.12.1/drivers/net/can/slcan/
Dslcan-core.c93 unsigned char *xhead; /* pointer to next XMIT byte */ member
539 sl->xhead = sl->xbuff + actual; in slcan_encaps()
575 actual = sl->tty->ops->write(sl->tty, sl->xhead, sl->xleft); in slcan_transmit()
577 sl->xhead += actual; in slcan_transmit()
640 sl->xhead = sl->xbuff + actual; in slcan_transmit_cmd()
/linux-6.12.1/fs/ext4/
Dioctl.c887 struct ext4_fsmap_head xhead = {0}; in ext4_ioc_getfsmap() local
909 xhead.fmh_iflags = head.fmh_iflags; in ext4_ioc_getfsmap()
910 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
911 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]); in ext4_ioc_getfsmap()
912 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]); in ext4_ioc_getfsmap()
914 trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]); in ext4_ioc_getfsmap()
915 trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]); in ext4_ioc_getfsmap()
919 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info); in ext4_ioc_getfsmap()
935 head.fmh_entries = xhead.fmh_entries; in ext4_ioc_getfsmap()
936 head.fmh_oflags = xhead.fmh_oflags; in ext4_ioc_getfsmap()
/linux-6.12.1/drivers/net/slip/
Dslip.h70 unsigned char *xhead; /* pointer to next byte to XMIT */ member
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;