low_key           581 fs/ext4/fsmap.c static bool ext4_getfsmap_check_keys(struct ext4_fsmap *low_key,
low_key           584 fs/ext4/fsmap.c 	if (low_key->fmr_device > high_key->fmr_device)
low_key           586 fs/ext4/fsmap.c 	if (low_key->fmr_device < high_key->fmr_device)
low_key           589 fs/ext4/fsmap.c 	if (low_key->fmr_physical > high_key->fmr_physical)
low_key           591 fs/ext4/fsmap.c 	if (low_key->fmr_physical < high_key->fmr_physical)
low_key           594 fs/ext4/fsmap.c 	if (low_key->fmr_owner > high_key->fmr_owner)
low_key           596 fs/ext4/fsmap.c 	if (low_key->fmr_owner < high_key->fmr_owner)
low_key          4546 fs/xfs/libxfs/xfs_btree.c 	union xfs_btree_key		*low_key,
low_key          4587 fs/xfs/libxfs/xfs_btree.c 			diff = cur->bc_ops->diff_two_keys(cur, low_key,
low_key          4637 fs/xfs/libxfs/xfs_btree.c 	union xfs_btree_key		*low_key,
low_key          4690 fs/xfs/libxfs/xfs_btree.c 					low_key);
low_key          4718 fs/xfs/libxfs/xfs_btree.c 		ldiff = cur->bc_ops->diff_two_keys(cur, hkp, low_key);
low_key          4785 fs/xfs/libxfs/xfs_btree.c 	union xfs_btree_key		low_key;
low_key          4795 fs/xfs/libxfs/xfs_btree.c 	cur->bc_ops->init_key_from_rec(&low_key, &rec);
low_key          4798 fs/xfs/libxfs/xfs_btree.c 	if (cur->bc_ops->diff_two_keys(cur, &low_key, &high_key) > 0)
low_key          4802 fs/xfs/libxfs/xfs_btree.c 		return xfs_btree_simple_query_range(cur, &low_key,
low_key          4804 fs/xfs/libxfs/xfs_btree.c 	return xfs_btree_overlapped_query_range(cur, &low_key, &high_key,
low_key          4815 fs/xfs/libxfs/xfs_btree.c 	union xfs_btree_key		low_key;
low_key          4819 fs/xfs/libxfs/xfs_btree.c 	memset(&low_key, 0, sizeof(low_key));
low_key          4822 fs/xfs/libxfs/xfs_btree.c 	return xfs_btree_simple_query_range(cur, &low_key, &high_key, fn, priv);
low_key           758 fs/xfs/xfs_fsmap.c 	struct xfs_fsmap		*low_key,
low_key           761 fs/xfs/xfs_fsmap.c 	if (low_key->fmr_device > high_key->fmr_device)
low_key           763 fs/xfs/xfs_fsmap.c 	if (low_key->fmr_device < high_key->fmr_device)
low_key           766 fs/xfs/xfs_fsmap.c 	if (low_key->fmr_physical > high_key->fmr_physical)
low_key           768 fs/xfs/xfs_fsmap.c 	if (low_key->fmr_physical < high_key->fmr_physical)
low_key           771 fs/xfs/xfs_fsmap.c 	if (low_key->fmr_owner > high_key->fmr_owner)
low_key           773 fs/xfs/xfs_fsmap.c 	if (low_key->fmr_owner < high_key->fmr_owner)
low_key           776 fs/xfs/xfs_fsmap.c 	if (low_key->fmr_offset > high_key->fmr_offset)
low_key           778 fs/xfs/xfs_fsmap.c 	if (low_key->fmr_offset < high_key->fmr_offset)