Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hfsplus/
Dcatalog.c18 __be32 k1p, k2p; in hfsplus_cat_case_cmp_key() local
20 k1p = k1->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() local
33 k1p = k1->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()