Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfs/
Dbtree.h11 typedef int (*btree_keycmp)(const btree_key *, const btree_key *);
70 btree_key *key;
71 btree_key *search_key;
Dhfs_fs.h177 extern int hfs_cat_keycmp(const btree_key *, const btree_key *);
184 extern void hfs_cat_build_key(struct super_block *, btree_key *, u32, struct qstr *);
191 extern int hfs_ext_keycmp(const btree_key *, const btree_key *);
Dcatalog.c23 void hfs_cat_build_key(struct super_block *sb, btree_key *key, u32 parent, struct qstr *name) in hfs_cat_build_key()
163 int hfs_cat_keycmp(const btree_key *key1, const btree_key *key2) in hfs_cat_keycmp()
Dhfs.h173 typedef union hfs_btree_key btree_key; typedef
Dextent.c50 int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2) in hfs_ext_keycmp()
Ddir.c299 (btree_key *)&HFS_I(d_inode(old_dentry))->cat_key, in hfs_rename()
Dinode.c190 hfs_cat_build_key(sb, (btree_key *)&HFS_I(inode)->cat_key, dir->i_ino, name); in hfs_new_inode()