Home
last modified time | relevance | path

Searched refs:hfs_find_init (Results 1 – 14 of 14) sorted by relevance

/linux/fs/hfsplus/
H A Dattributes.c178 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_attr_exists()
216 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_create_attr()
321 err = hfs_find_init(HFSPLUS_SB(sb)->attr_tree, &fd); in hfsplus_delete_attr()
366 err = hfs_find_init(HFSPLUS_SB(dir->i_sb)->attr_tree, &fd); in hfsplus_delete_all_attrs()
H A Dextents.c136 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->ext_tree, &fd); in hfsplus_ext_write_extent_locked()
216 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->ext_tree, &fd); in hfsplus_ext_read_extent()
415 res = hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); in hfsplus_free_fork()
580 res = hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); in hfsplus_file_truncate()
H A Dhfsplus_fs.h344 #define hfs_find_init hfsplus_find_init macro
426 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd);
H A Ddir.c44 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_lookup()
144 err = hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_readdir()
H A Dsuper.c81 err = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_iget()
518 err = hfs_find_init(sbi->cat_tree, &fd); in hfsplus_fill_super()
H A Dbfind.c15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() function
H A Dinode.c592 if (hfs_find_init(HFSPLUS_SB(main_inode->i_sb)->cat_tree, &fd)) in hfsplus_cat_write_inode()
/linux/fs/hfs/
H A Dattr.c33 res = hfs_find_init(HFS_SB(inode->i_sb)->cat_tree, &fd); in __hfs_setxattr()
80 res = hfs_find_init(HFS_SB(inode->i_sb)->cat_tree, &fd); in __hfs_getxattr()
H A Dcatalog.c96 err = hfs_find_init(HFS_SB(sb)->cat_tree, &fd); in hfs_cat_create()
230 res = hfs_find_init(HFS_SB(sb)->cat_tree, &fd); in hfs_cat_delete()
301 err = hfs_find_init(HFS_SB(sb)->cat_tree, &src_fd); in hfs_cat_move()
H A Dextent.c141 res = hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd); in hfs_ext_write_extent()
200 res = hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd); in hfs_ext_read_extent()
316 res = hfs_find_init(HFS_SB(sb)->ext_tree, &fd); in hfs_free_fork()
512 res = hfs_find_init(HFS_SB(sb)->ext_tree, &fd); in hfs_file_truncate()
H A Ddir.c28 res = hfs_find_init(HFS_SB(dir->i_sb)->cat_tree, &fd); in hfs_lookup()
62 err = hfs_find_init(HFS_SB(sb)->cat_tree, &fd); in hfs_readdir()
H A Dbtree.h125 extern int hfs_find_init(struct hfs_btree *, struct hfs_find_data *);
H A Dbfind.c15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() function
H A Dsuper.c347 res = hfs_find_init(HFS_SB(sb)->cat_tree, &fd); in hfs_fill_super()