Searched refs:__hfs_brec_find (Results 1 – 6 of 6) sorted by relevance
/linux/fs/hfs/ |
H A D | brec.c | 160 __hfs_brec_find(fd->bnode, fd); in hfs_brec_insert() 206 __hfs_brec_find(node, fd); in hfs_brec_remove() 370 __hfs_brec_find(parent, fd); in hfs_brec_update_parent() 437 __hfs_brec_find(fd->bnode, fd); in hfs_brec_update_parent()
|
H A D | bfind.c | 55 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find() function 138 res = __hfs_brec_find(bnode, fd); in hfs_brec_find()
|
H A D | btree.h | 127 extern int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);
|
/linux/fs/hfsplus/ |
H A D | brec.c | 160 __hfs_brec_find(fd->bnode, fd, hfs_find_rec_by_key); in hfs_brec_insert() 208 __hfs_brec_find(node, fd, hfs_find_rec_by_key); in hfs_brec_remove() 374 __hfs_brec_find(parent, fd, hfs_find_rec_by_key); in hfs_brec_update_parent() 441 __hfs_brec_find(fd->bnode, fd, hfs_find_rec_by_key); in hfs_brec_update_parent()
|
H A D | bfind.c | 103 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd, in __hfs_brec_find() function 184 res = __hfs_brec_find(bnode, fd, do_key_compare); in hfs_brec_find()
|
H A D | hfsplus_fs.h | 344 #define __hfs_brec_find __hfsplus_brec_find macro 430 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd,
|