Home
last modified time | relevance | path

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

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