fmh_keys          635 fs/ext4/fsmap.c 	if (!ext4_getfsmap_is_valid_device(sb, &head->fmh_keys[0]) ||
fmh_keys          636 fs/ext4/fsmap.c 	    !ext4_getfsmap_is_valid_device(sb, &head->fmh_keys[1]))
fmh_keys          665 fs/ext4/fsmap.c 	dkeys[0] = head->fmh_keys[0];
fmh_keys          671 fs/ext4/fsmap.c 	if (!ext4_getfsmap_check_keys(dkeys, &head->fmh_keys[1]))
fmh_keys          674 fs/ext4/fsmap.c 	info.gfi_next_fsblk = head->fmh_keys[0].fmr_physical +
fmh_keys          675 fs/ext4/fsmap.c 			  head->fmh_keys[0].fmr_length;
fmh_keys          685 fs/ext4/fsmap.c 		if (head->fmh_keys[0].fmr_device > handlers[i].gfd_dev)
fmh_keys          687 fs/ext4/fsmap.c 		if (head->fmh_keys[1].fmr_device < handlers[i].gfd_dev)
fmh_keys          697 fs/ext4/fsmap.c 		if (handlers[i].gfd_dev == head->fmh_keys[1].fmr_device)
fmh_keys          698 fs/ext4/fsmap.c 			dkeys[1] = head->fmh_keys[1];
fmh_keys          699 fs/ext4/fsmap.c 		if (handlers[i].gfd_dev > head->fmh_keys[0].fmr_device)
fmh_keys           28 fs/ext4/fsmap.h 	struct ext4_fsmap fmh_keys[2];	/* low and high keys */
fmh_keys          650 fs/ext4/ioctl.c 	    memchr_inv(head.fmh_keys[0].fmr_reserved, 0,
fmh_keys          651 fs/ext4/ioctl.c 		       sizeof(head.fmh_keys[0].fmr_reserved)) ||
fmh_keys          652 fs/ext4/ioctl.c 	    memchr_inv(head.fmh_keys[1].fmr_reserved, 0,
fmh_keys          653 fs/ext4/ioctl.c 		       sizeof(head.fmh_keys[1].fmr_reserved)))
fmh_keys          659 fs/ext4/ioctl.c 	if (head.fmh_keys[0].fmr_offset ||
fmh_keys          660 fs/ext4/ioctl.c 	    (head.fmh_keys[1].fmr_offset != 0 &&
fmh_keys          661 fs/ext4/ioctl.c 	     head.fmh_keys[1].fmr_offset != -1ULL))
fmh_keys          666 fs/ext4/ioctl.c 	ext4_fsmap_to_internal(sb, &xhead.fmh_keys[0], &head.fmh_keys[0]);
fmh_keys          667 fs/ext4/ioctl.c 	ext4_fsmap_to_internal(sb, &xhead.fmh_keys[1], &head.fmh_keys[1]);
fmh_keys          669 fs/ext4/ioctl.c 	trace_ext4_getfsmap_low_key(sb, &xhead.fmh_keys[0]);
fmh_keys          670 fs/ext4/ioctl.c 	trace_ext4_getfsmap_high_key(sb, &xhead.fmh_keys[1]);
fmh_keys          831 fs/xfs/xfs_fsmap.c 	if (!xfs_getfsmap_is_valid_device(mp, &head->fmh_keys[0]) ||
fmh_keys          832 fs/xfs/xfs_fsmap.c 	    !xfs_getfsmap_is_valid_device(mp, &head->fmh_keys[1]))
fmh_keys          878 fs/xfs/xfs_fsmap.c 	dkeys[0] = head->fmh_keys[0];
fmh_keys          889 fs/xfs/xfs_fsmap.c 	if (!xfs_getfsmap_check_keys(dkeys, &head->fmh_keys[1]))
fmh_keys          892 fs/xfs/xfs_fsmap.c 	info.next_daddr = head->fmh_keys[0].fmr_physical +
fmh_keys          893 fs/xfs/xfs_fsmap.c 			  head->fmh_keys[0].fmr_length;
fmh_keys          903 fs/xfs/xfs_fsmap.c 		if (head->fmh_keys[0].fmr_device > handlers[i].dev)
fmh_keys          905 fs/xfs/xfs_fsmap.c 		if (head->fmh_keys[1].fmr_device < handlers[i].dev)
fmh_keys          915 fs/xfs/xfs_fsmap.c 		if (handlers[i].dev == head->fmh_keys[1].fmr_device)
fmh_keys          916 fs/xfs/xfs_fsmap.c 			dkeys[1] = head->fmh_keys[1];
fmh_keys          917 fs/xfs/xfs_fsmap.c 		if (handlers[i].dev > head->fmh_keys[0].fmr_device)
fmh_keys           27 fs/xfs/xfs_fsmap.h 	struct xfs_fsmap fmh_keys[2];	/* low and high keys */
fmh_keys         1872 fs/xfs/xfs_ioctl.c 	    memchr_inv(head.fmh_keys[0].fmr_reserved, 0,
fmh_keys         1873 fs/xfs/xfs_ioctl.c 		       sizeof(head.fmh_keys[0].fmr_reserved)) ||
fmh_keys         1874 fs/xfs/xfs_ioctl.c 	    memchr_inv(head.fmh_keys[1].fmr_reserved, 0,
fmh_keys         1875 fs/xfs/xfs_ioctl.c 		       sizeof(head.fmh_keys[1].fmr_reserved)))
fmh_keys         1880 fs/xfs/xfs_ioctl.c 	xfs_fsmap_to_internal(&xhead.fmh_keys[0], &head.fmh_keys[0]);
fmh_keys         1881 fs/xfs/xfs_ioctl.c 	xfs_fsmap_to_internal(&xhead.fmh_keys[1], &head.fmh_keys[1]);
fmh_keys         1883 fs/xfs/xfs_ioctl.c 	trace_xfs_getfsmap_low_key(ip->i_mount, &xhead.fmh_keys[0]);
fmh_keys         1884 fs/xfs/xfs_ioctl.c 	trace_xfs_getfsmap_high_key(ip->i_mount, &xhead.fmh_keys[1]);
fmh_keys           67 include/uapi/linux/fsmap.h 	struct fsmap	fmh_keys[2];	/* low and high keys for the mapping search */
fmh_keys           84 include/uapi/linux/fsmap.h 	head->fmh_keys[0] = head->fmh_recs[head->fmh_entries - 1];