Home
last modified time | relevance | path

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

/linux-2.6.39/fs/hfs/
Dattr.c28 res = hfs_find_init(HFS_SB(inode->i_sb)->cat_tree, &fd); in hfs_setxattr()
72 res = hfs_find_init(HFS_SB(inode->i_sb)->cat_tree, &fd); in hfs_getxattr()
Dcatalog.c95 hfs_find_init(HFS_SB(sb)->cat_tree, &fd); in hfs_cat_create()
217 hfs_find_init(HFS_SB(sb)->cat_tree, &fd); in hfs_cat_delete()
284 hfs_find_init(HFS_SB(sb)->cat_tree, &src_fd); in hfs_cat_move()
Dextent.c135 hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd); in hfs_ext_write_extent()
188 hfs_find_init(HFS_SB(inode->i_sb)->ext_tree, &fd); in hfs_ext_read_extent()
301 hfs_find_init(HFS_SB(sb)->ext_tree, &fd); in hfs_free_fork()
491 hfs_find_init(HFS_SB(sb)->ext_tree, &fd); in hfs_file_truncate()
Ddir.c28 hfs_find_init(HFS_SB(dir->i_sb)->cat_tree, &fd); in hfs_lookup()
66 hfs_find_init(HFS_SB(sb)->cat_tree, &fd); in hfs_readdir()
Dbtree.h116 extern int hfs_find_init(struct hfs_btree *, struct hfs_find_data *);
Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() function
Dinode.c437 if (hfs_find_init(HFS_SB(main_inode->i_sb)->cat_tree, &fd)) in hfs_write_inode()
510 hfs_find_init(HFS_SB(dir->i_sb)->cat_tree, &fd); in hfs_file_lookup()
Dsuper.c413 hfs_find_init(HFS_SB(sb)->cat_tree, &fd); in hfs_fill_super()
/linux-2.6.39/fs/hfsplus/
Dioctl.c128 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_setxattr()
173 res = hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_getxattr()
Dextents.c127 hfs_find_init(HFSPLUS_SB(inode->i_sb)->ext_tree, &fd); in hfsplus_ext_write_extent_locked()
197 hfs_find_init(HFSPLUS_SB(inode->i_sb)->ext_tree, &fd); in hfsplus_ext_read_extent()
374 hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); in hfsplus_free_fork()
526 hfs_find_init(HFSPLUS_SB(sb)->ext_tree, &fd); in hfsplus_file_truncate()
Dcatalog.c215 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_create_cat()
272 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_delete_cat()
355 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &src_fd); in hfsplus_rename_cat()
Dhfsplus_fs.h288 #define hfs_find_init hfsplus_find_init macro
350 int hfs_find_init(struct hfs_btree *, struct hfs_find_data *);
Ddir.c41 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_lookup()
135 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_readdir()
Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() function
Dsuper.c76 hfs_find_init(HFSPLUS_SB(inode->i_sb)->cat_tree, &fd); in hfsplus_iget()
450 hfs_find_init(sbi->cat_tree, &fd); in hfsplus_fill_super()
Dinode.c198 hfs_find_init(HFSPLUS_SB(sb)->cat_tree, &fd); in hfsplus_file_lookup()
561 if (hfs_find_init(HFSPLUS_SB(main_inode->i_sb)->cat_tree, &fd)) in hfsplus_cat_write_inode()