Home
last modified time | relevance | path

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

/linux-4.19.296/fs/hfs/
Dbtree.h12 typedef int (*btree_keycmp)(const btree_key *, const btree_key *);
78 btree_key *key;
79 btree_key *search_key;
Dhfs_fs.h178 extern int hfs_cat_keycmp(const btree_key *, const btree_key *);
185 extern void hfs_cat_build_key(struct super_block *, btree_key *, u32, const struct qstr *);
192 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, const struct qstr *name) in hfs_cat_build_key()
171 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.c303 (btree_key *)&HFS_I(d_inode(old_dentry))->cat_key, in hfs_rename()
Dinode.c192 hfs_cat_build_key(sb, (btree_key *)&HFS_I(inode)->cat_key, dir->i_ino, name); in hfs_new_inode()