Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfs/
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()
Dbrec.c158 __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()
431 __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 *);
/linux-4.4.14/fs/hfsplus/
Dbrec.c158 __hfs_brec_find(fd->bnode, fd, hfs_find_rec_by_key); in hfs_brec_insert()
206 __hfs_brec_find(node, fd, hfs_find_rec_by_key); in hfs_brec_remove()
372 __hfs_brec_find(parent, fd, hfs_find_rec_by_key); in hfs_brec_update_parent()
435 __hfs_brec_find(fd->bnode, fd, hfs_find_rec_by_key); in hfs_brec_update_parent()
Dbfind.c113 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd, in __hfs_brec_find() function
194 res = __hfs_brec_find(bnode, fd, do_key_compare); in hfs_brec_find()
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,