Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dcatalog.c19 __be32 k1p, k2p; in hfsplus_cat_case_cmp_key() local
22 k2p = k2->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() local
35 k2p = k2->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()