Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Dbrec.c160 __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 Dbfind.c55 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 Dbtree.h127 extern int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);
/linux/fs/hfsplus/
H A Dbrec.c160 __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 Dbfind.c103 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 Dhfsplus_fs.h344 #define __hfs_brec_find __hfsplus_brec_find macro
430 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd,