Searched refs:hfs_find_init (Results 1 - 17 of 17) sorted by relevance

/linux-4.4.14/fs/hfs/
H A Dattr.c28 res = hfs_find_init(HFS_SB(inode->i_sb)->cat_tree, &fd); hfs_setxattr()
72 res = hfs_find_init(HFS_SB(inode->i_sb)->cat_tree, &fd); hfs_getxattr()
H A Dcatalog.c96 err = hfs_find_init(HFS_SB(sb)->cat_tree, &fd); hfs_cat_create()
222 res = hfs_find_init(HFS_SB(sb)->cat_tree, &fd); hfs_cat_delete()
292 err = hfs_find_init(HFS_SB(sb)->cat_tree, &src_fd); hfs_cat_move()
H A Dextent.c137 res = hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd); hfs_ext_write_extent()
196 res = hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd); hfs_ext_read_extent()
312 res = hfs_find_init(HFS_SB(sb)->ext_tree, &fd); hfs_free_fork()
506 res = hfs_find_init(HFS_SB(sb)->ext_tree, &fd); hfs_file_truncate()
H A Ddir.c28 res = hfs_find_init(HFS_SB(dir->i_sb)->cat_tree, &fd); hfs_lookup()
68 err = hfs_find_init(HFS_SB(sb)->cat_tree, &fd); hfs_readdir()
H A Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) hfs_find_init() function
H A Dbtree.h116 extern int hfs_find_init(struct hfs_btree *, struct hfs_find_data *);
H A Dinode.c449 if (hfs_find_init(HFS_SB(main_inode->i_sb)->cat_tree, &fd)) hfs_write_inode()
522 res = hfs_find_init(HFS_SB(dir->i_sb)->cat_tree, &fd); hfs_file_lookup()
H A Dsuper.c422 res = hfs_find_init(HFS_SB(sb)->cat_tree, &fd); hfs_fill_super()
/linux-4.4.14/fs/hfsplus/
H A Dattributes.c177 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); hfsplus_attr_exists()
215 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); hfsplus_create_attr()
311 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); hfsplus_delete_attr()
351 err = hfs_find_init(HFSPLUS_SB(dir->i_sb)->attr_tree, &fd); hfsplus_delete_all_attrs()
H A Dxattr.c155 * first of all calls hfs_find_init() for lookup in hfsplus_create_attributes_file()
283 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &cat_fd); __hfsplus_setxattr()
462 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); hfsplus_getxattr_finder_info()
526 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->attr_tree, &fd); __hfsplus_getxattr()
631 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); hfsplus_listxattr_finder_info()
709 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->attr_tree, &fd); hfsplus_listxattr()
795 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &cat_fd); hfsplus_removexattr()
H A Dextents.c131 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->ext_tree, &fd); hfsplus_ext_write_extent_locked()
211 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->ext_tree, &fd); hfsplus_ext_read_extent()
408 res = hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); hfsplus_free_fork()
571 res = hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); hfsplus_file_truncate()
H A Dcatalog.c263 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); hfsplus_create_cat()
331 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); hfsplus_delete_cat()
427 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &src_fd); hfsplus_rename_cat()
H A Ddir.c44 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); hfsplus_lookup()
145 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); hfsplus_readdir()
H A Dhfsplus_fs.h337 #define hfs_find_init hfsplus_find_init macro
429 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd);
H A Dsuper.c78 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); hfsplus_iget()
516 err = hfs_find_init(sbi->cat_tree, &fd); hfsplus_fill_super()
H A Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) hfs_find_init() function
H A Dinode.c557 if (hfs_find_init(HFSPLUS_SB(main_inode->i_sb)->cat_tree, &fd)) hfsplus_cat_write_inode()

Completed in 156 milliseconds