Searched refs:high_key (Results 1 – 2 of 2) sorted by relevance
1084 struct xfs_fsmap *high_key) in xfs_getfsmap_check_keys() argument1090 if (high_key->fmr_flags != -1U && in xfs_getfsmap_check_keys()1091 (high_key->fmr_flags & (FMR_OF_SPECIAL_OWNER | in xfs_getfsmap_check_keys()1093 if (high_key->fmr_offset && high_key->fmr_offset != -1ULL) in xfs_getfsmap_check_keys()1096 if (high_key->fmr_length && high_key->fmr_length != -1ULL) in xfs_getfsmap_check_keys()1099 if (low_key->fmr_device > high_key->fmr_device) in xfs_getfsmap_check_keys()1101 if (low_key->fmr_device < high_key->fmr_device) in xfs_getfsmap_check_keys()1104 if (low_key->fmr_physical > high_key->fmr_physical) in xfs_getfsmap_check_keys()1106 if (low_key->fmr_physical < high_key->fmr_physical) in xfs_getfsmap_check_keys()1109 if (low_key->fmr_owner > high_key->fmr_owner) in xfs_getfsmap_check_keys()[all …]
661 struct ext4_fsmap *high_key) in ext4_getfsmap_check_keys() argument663 if (low_key->fmr_device > high_key->fmr_device) in ext4_getfsmap_check_keys()665 if (low_key->fmr_device < high_key->fmr_device) in ext4_getfsmap_check_keys()668 if (low_key->fmr_physical > high_key->fmr_physical) in ext4_getfsmap_check_keys()670 if (low_key->fmr_physical < high_key->fmr_physical) in ext4_getfsmap_check_keys()673 if (low_key->fmr_owner > high_key->fmr_owner) in ext4_getfsmap_check_keys()675 if (low_key->fmr_owner < high_key->fmr_owner) in ext4_getfsmap_check_keys()