Searched refs:low_key (Results 1 – 2 of 2) sorted by relevance
1083 struct xfs_fsmap *low_key, in xfs_getfsmap_check_keys() argument1086 if (low_key->fmr_flags & (FMR_OF_SPECIAL_OWNER | FMR_OF_EXTENT_MAP)) { in xfs_getfsmap_check_keys()1087 if (low_key->fmr_offset) 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()1111 if (low_key->fmr_owner < high_key->fmr_owner) in xfs_getfsmap_check_keys()1114 if (low_key->fmr_offset > high_key->fmr_offset) in xfs_getfsmap_check_keys()[all …]
660 static bool ext4_getfsmap_check_keys(struct ext4_fsmap *low_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()