Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dhfs_fs.h146 extern int hfs_cat_keycmp(const btree_key *key1, const btree_key *key2);
H A Dmdb.c233 HFS_SB(sb)->cat_tree = hfs_btree_open(sb, HFS_CAT_CNID, hfs_cat_keycmp); in hfs_mdb_get()
H A Dcatalog.c171 int hfs_cat_keycmp(const btree_key *key1, const btree_key *key2) in hfs_cat_keycmp() function