Searched refs:btree_key (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/hfs/ |
A D | btree.h | 12 typedef int (*btree_keycmp)(const btree_key *, const btree_key *); 78 btree_key *key; 79 btree_key *search_key;
|
A D | hfs_fs.h | 178 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 *);
|
A D | catalog.c | 23 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()
|
A D | hfs.h | 173 typedef union hfs_btree_key btree_key; typedef
|
A D | extent.c | 50 int hfs_ext_keycmp(const btree_key *key1, const btree_key *key2) in hfs_ext_keycmp()
|
A D | dir.c | 304 (btree_key *)&HFS_I(d_inode(old_dentry))->cat_key, in hfs_rename()
|
A D | inode.c | 197 hfs_cat_build_key(sb, (btree_key *)&HFS_I(inode)->cat_key, dir->i_ino, name); in hfs_new_inode()
|
Completed in 10 milliseconds