Searched refs:low_key (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_fsmap.c810 struct xfs_fsmap *low_key,
813 if (low_key->fmr_flags & (FMR_OF_SPECIAL_OWNER | FMR_OF_EXTENT_MAP)) {
814 if (low_key->fmr_offset)
826 if (low_key->fmr_device > high_key->fmr_device)
828 if (low_key->fmr_device < high_key->fmr_device)
831 if (low_key->fmr_physical > high_key->fmr_physical)
833 if (low_key->fmr_physical < high_key->fmr_physical)
836 if (low_key->fmr_owner > high_key->fmr_owner)
838 if (low_key->fmr_owner < high_key->fmr_owner)
841 if (low_key
809 xfs_getfsmap_check_keys( struct xfs_fsmap *low_key, struct xfs_fsmap *high_key) argument
[all...]
/linux-master/fs/ext4/
H A Dfsmap.c587 static bool ext4_getfsmap_check_keys(struct ext4_fsmap *low_key, argument
590 if (low_key->fmr_device > high_key->fmr_device)
592 if (low_key->fmr_device < high_key->fmr_device)
595 if (low_key->fmr_physical > high_key->fmr_physical)
597 if (low_key->fmr_physical < high_key->fmr_physical)
600 if (low_key->fmr_owner > high_key->fmr_owner)
602 if (low_key->fmr_owner < high_key->fmr_owner)
/linux-master/fs/xfs/libxfs/
H A Dxfs_btree.c4922 const union xfs_btree_key *low_key,
4938 * to the low record used to generate low_key.
4958 /* Skip if low_key > high_key(rec). */
4962 if (xfs_btree_keycmp_gt(cur, low_key, &rec_key))
4966 /* Stop if low_key(rec) > high_key. */
5009 const union xfs_btree_key *low_key,
5074 if (xfs_btree_keycmp_ge(cur, &rec_hkey, low_key)) {
5100 if (xfs_btree_keycmp_ge(cur, hkp, low_key)) {
5169 union xfs_btree_key low_key; local
5174 xfs_btree_key_from_irec(cur, &low_key, low_re
4920 xfs_btree_simple_query_range( struct xfs_btree_cur *cur, const union xfs_btree_key *low_key, const union xfs_btree_key *high_key, xfs_btree_query_range_fn fn, void *priv) argument
5007 xfs_btree_overlapped_query_range( struct xfs_btree_cur *cur, const union xfs_btree_key *low_key, const union xfs_btree_key *high_key, xfs_btree_query_range_fn fn, void *priv) argument
5194 union xfs_btree_key low_key; local
[all...]

Completed in 307 milliseconds