Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/hfsplus/
Dcatalog.c18 u32 k1p, k2p; in hfsplus_cmp_cat_key() local
21 k2p = k2->cat.parent; in hfsplus_cmp_cat_key()
22 if (k1p != k2p) in hfsplus_cmp_cat_key()
23 return be32_to_cpu(k1p) < be32_to_cpu(k2p) ? -1 : 1; in hfsplus_cmp_cat_key()