Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfsplus/
Dcatalog.c19 __be32 k1p, k2p; in hfsplus_cat_case_cmp_key() local
21 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() local
34 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()
/linux-4.19.296/fs/hfs/
Dcatalog.c173 __be32 k1p, k2p; in hfs_cat_keycmp() local
175 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()