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