Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext4/
Dioctl.c635 struct ext4_fsmap_head xhead = {0}; in ext4_ioc_getfsmap() local
657 xhead.fmh_iflags = head.fmh_iflags; in ext4_ioc_getfsmap()
658 xhead.fmh_count = head.fmh_count; in ext4_ioc_getfsmap()
659 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]); in ext4_ioc_getfsmap()
660 ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]); in ext4_ioc_getfsmap()
662 trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]); in ext4_ioc_getfsmap()
663 trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]); in ext4_ioc_getfsmap()
667 error = ext4_getfsmap(sb, &xhead, ext4_getfsmap_format, &info); in ext4_ioc_getfsmap()
684 head.fmh_entries = xhead.fmh_entries; in ext4_ioc_getfsmap()
685 head.fmh_oflags = xhead.fmh_oflags; in ext4_ioc_getfsmap()
/linux-4.19.296/fs/xfs/
Dxfs_ioctl.c1653 struct xfs_fsmap_head xhead = {0}; in xfs_ioc_getfsmap() local
1667 xhead.fmh_iflags = head.fmh_iflags; in xfs_ioc_getfsmap()
1668 xhead.fmh_count = head.fmh_count; in xfs_ioc_getfsmap()
1669 xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]); in xfs_ioc_getfsmap()
1670 xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]); in xfs_ioc_getfsmap()
1672 trace_xfs_getfsmap_low_key(ip->i_mount, &xhead.fmh_keys[0]); in xfs_ioc_getfsmap()
1673 trace_xfs_getfsmap_high_key(ip->i_mount, &xhead.fmh_keys[1]); in xfs_ioc_getfsmap()
1677 error = xfs_getfsmap(ip->i_mount, &xhead, xfs_getfsmap_format, &info); in xfs_ioc_getfsmap()
1693 head.fmh_entries = xhead.fmh_entries; in xfs_ioc_getfsmap()
1694 head.fmh_oflags = xhead.fmh_oflags; in xfs_ioc_getfsmap()