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

/linux-4.4.14/fs/hfs/
H A Dbfind.c42 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) __hfs_brec_find() function
125 res = __hfs_brec_find(bnode, fd); hfs_brec_find()
H A Dbrec.c158 __hfs_brec_find(fd->bnode, fd); hfs_brec_insert()
204 __hfs_brec_find(node, fd); hfs_brec_remove()
368 __hfs_brec_find(parent, fd); hfs_brec_update_parent()
431 __hfs_brec_find(fd->bnode, fd); hfs_brec_update_parent()
H A Dbtree.h118 extern int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);
/linux-4.4.14/fs/hfsplus/
H A Dbrec.c158 __hfs_brec_find(fd->bnode, fd, hfs_find_rec_by_key); hfs_brec_insert()
206 __hfs_brec_find(node, fd, hfs_find_rec_by_key); hfs_brec_remove()
372 __hfs_brec_find(parent, fd, hfs_find_rec_by_key); hfs_brec_update_parent()
435 __hfs_brec_find(fd->bnode, fd, hfs_find_rec_by_key); hfs_brec_update_parent()
H A Dbfind.c113 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd, __hfs_brec_find() function
194 res = __hfs_brec_find(bnode, fd, do_key_compare); hfs_brec_find()
H A Dhfsplus_fs.h339 #define __hfs_brec_find __hfsplus_brec_find macro
435 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd,

Completed in 118 milliseconds