Lines Matching refs:low_key
858 struct xfs_fsmap *low_key, in xfs_getfsmap_check_keys() argument
861 if (low_key->fmr_flags & (FMR_OF_SPECIAL_OWNER | FMR_OF_EXTENT_MAP)) { in xfs_getfsmap_check_keys()
862 if (low_key->fmr_offset) 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()