Searched refs:k2p (Results 1 – 2 of 2) sorted by relevance
18 __be32 k1p, k2p; in hfsplus_cat_case_cmp_key() local21 k2p = k2->cat.parent; in hfsplus_cat_case_cmp_key()22 if (k1p != k2p) in hfsplus_cat_case_cmp_key()23 return be32_to_cpu(k1p) < be32_to_cpu(k2p) ? -1 : 1; in hfsplus_cat_case_cmp_key()31 __be32 k1p, k2p; in hfsplus_cat_bin_cmp_key() local34 k2p = k2->cat.parent; in hfsplus_cat_bin_cmp_key()35 if (k1p != k2p) in hfsplus_cat_bin_cmp_key()36 return be32_to_cpu(k1p) < be32_to_cpu(k2p) ? -1 : 1; in hfsplus_cat_bin_cmp_key()
165 __be32 k1p, k2p; in hfs_cat_keycmp() local168 k2p = key2->cat.ParID; in hfs_cat_keycmp()170 if (k1p != k2p) in hfs_cat_keycmp()171 return be32_to_cpu(k1p) < be32_to_cpu(k2p) ? -1 : 1; in hfs_cat_keycmp()