Searched refs:k1p (Results 1 – 2 of 2) sorted by relevance
19 __be32 k1p, k2p; in hfsplus_cat_case_cmp_key() local21 k1p = k1->cat.parent; in hfsplus_cat_case_cmp_key()23 if (k1p != k2p) in hfsplus_cat_case_cmp_key()24 return be32_to_cpu(k1p) < be32_to_cpu(k2p) ? -1 : 1; in hfsplus_cat_case_cmp_key()32 __be32 k1p, k2p; in hfsplus_cat_bin_cmp_key() local34 k1p = k1->cat.parent; in hfsplus_cat_bin_cmp_key()36 if (k1p != k2p) in hfsplus_cat_bin_cmp_key()37 return be32_to_cpu(k1p) < be32_to_cpu(k2p) ? -1 : 1; in hfsplus_cat_bin_cmp_key()
173 __be32 k1p, k2p; in hfs_cat_keycmp() local175 k1p = key1->cat.ParID; in hfs_cat_keycmp()178 if (k1p != k2p) in hfs_cat_keycmp()179 return be32_to_cpu(k1p) < be32_to_cpu(k2p) ? -1 : 1; in hfs_cat_keycmp()