Home
last modified time | relevance | path

Searched refs:__hfs_brec_find (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/fs/hfsplus/
Dbrec.c150 __hfs_brec_find(fd->bnode, fd); in hfs_brec_insert()
200 __hfs_brec_find(node, fd); in hfs_brec_remove()
366 __hfs_brec_find(parent, fd); in hfs_brec_update_parent()
426 __hfs_brec_find(fd->bnode, fd); in hfs_brec_update_parent()
Dbfind.c42 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find() function
125 res = __hfs_brec_find(bnode, fd); in hfs_brec_find()
Dhfsplus_fs.h290 #define __hfs_brec_find __hplusfs_brec_find macro
352 int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);
/linux-2.6.39/fs/hfs/
Dbfind.c40 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find() function
123 res = __hfs_brec_find(bnode, fd); in hfs_brec_find()
Dbrec.c156 __hfs_brec_find(fd->bnode, fd); in hfs_brec_insert()
204 __hfs_brec_find(node, fd); in hfs_brec_remove()
368 __hfs_brec_find(parent, fd); in hfs_brec_update_parent()
428 __hfs_brec_find(fd->bnode, fd); in hfs_brec_update_parent()
Dbtree.h118 extern int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);