Lines Matching refs:high_key
814 struct xfs_fsmap *high_key) in xfs_getfsmap_check_keys() argument
820 if (high_key->fmr_flags != -1U && in xfs_getfsmap_check_keys()
821 (high_key->fmr_flags & (FMR_OF_SPECIAL_OWNER | in xfs_getfsmap_check_keys()
823 if (high_key->fmr_offset && high_key->fmr_offset != -1ULL) in xfs_getfsmap_check_keys()
826 if (high_key->fmr_length && high_key->fmr_length != -1ULL) in xfs_getfsmap_check_keys()
829 if (low_key->fmr_device > high_key->fmr_device) in xfs_getfsmap_check_keys()
831 if (low_key->fmr_device < high_key->fmr_device) in xfs_getfsmap_check_keys()
834 if (low_key->fmr_physical > high_key->fmr_physical) in xfs_getfsmap_check_keys()
836 if (low_key->fmr_physical < high_key->fmr_physical) in xfs_getfsmap_check_keys()
839 if (low_key->fmr_owner > high_key->fmr_owner) in xfs_getfsmap_check_keys()
841 if (low_key->fmr_owner < high_key->fmr_owner) in xfs_getfsmap_check_keys()
844 if (low_key->fmr_offset > high_key->fmr_offset) in xfs_getfsmap_check_keys()
846 if (low_key->fmr_offset < high_key->fmr_offset) in xfs_getfsmap_check_keys()