Home
last modified time | relevance | path

Searched refs:low_key (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_fsmap.c1083 struct xfs_fsmap *low_key, in xfs_getfsmap_check_keys() argument
1086 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 …]
/linux/fs/ext4/
H A Dfsmap.c660 static bool ext4_getfsmap_check_keys(struct ext4_fsmap *low_key, in ext4_getfsmap_check_keys() argument
663 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()