Lines Matching refs:high_key
859 struct xfs_fsmap *high_key) in xfs_getfsmap_check_keys() argument
865 if (high_key->fmr_flags != -1U && in xfs_getfsmap_check_keys()
866 (high_key->fmr_flags & (FMR_OF_SPECIAL_OWNER | in xfs_getfsmap_check_keys()
868 if (high_key->fmr_offset && high_key->fmr_offset != -1ULL) in xfs_getfsmap_check_keys()
871 if (high_key->fmr_length && high_key->fmr_length != -1ULL) in xfs_getfsmap_check_keys()
874 if (low_key->fmr_device > high_key->fmr_device) in xfs_getfsmap_check_keys()
876 if (low_key->fmr_device < high_key->fmr_device) in xfs_getfsmap_check_keys()
879 if (low_key->fmr_physical > high_key->fmr_physical) in xfs_getfsmap_check_keys()
881 if (low_key->fmr_physical < high_key->fmr_physical) in xfs_getfsmap_check_keys()
884 if (low_key->fmr_owner > high_key->fmr_owner) in xfs_getfsmap_check_keys()
886 if (low_key->fmr_owner < high_key->fmr_owner) in xfs_getfsmap_check_keys()
889 if (low_key->fmr_offset > high_key->fmr_offset) in xfs_getfsmap_check_keys()
891 if (low_key->fmr_offset < high_key->fmr_offset) in xfs_getfsmap_check_keys()