Searched refs:hfsplus_btree (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/hfsplus/ |
D | hfsplus_fs.h | 56 typedef struct hfsplus_btree { struct 82 } hfsplus_btree; argument 88 struct hfsplus_btree *tree; 118 struct hfsplus_btree; 123 struct hfsplus_btree *ext_tree; 124 struct hfsplus_btree *cat_tree; 125 struct hfsplus_btree *attr_tree; 200 hfsplus_btree *tree; 228 int hfsplus_find_init(hfsplus_btree *, struct hfsplus_find_data *); 233 hfsplus_bnode *__hfsplus_find_bnode(hfsplus_btree *, u32); [all …]
|
D | btree.c | 19 void hfsplus_close_btree(struct hfsplus_btree *tree) in hfsplus_close_btree() 42 static void hfsplus_read_treeinfo(hfsplus_btree *tree, hfsplus_btree_head *hdr) in hfsplus_read_treeinfo() 70 static void hfsplus_write_treeinfo(hfsplus_btree *tree, hfsplus_btree_head *hdr) in hfsplus_write_treeinfo() 83 hfsplus_btree *hfsplus_open_btree(struct super_block *sb, u32 id) in hfsplus_open_btree() 85 hfsplus_btree *tree; in hfsplus_open_btree() 90 tree = kmalloc(sizeof(struct hfsplus_btree), GFP_KERNEL); in hfsplus_open_btree() 93 memset(tree, 0, sizeof(struct hfsplus_btree)); in hfsplus_open_btree() 140 void hfsplus_write_btree(struct hfsplus_btree *tree) in hfsplus_write_btree() 159 hfsplus_bnode *hfsplus_btree_alloc_node(hfsplus_btree *tree) in hfsplus_btree_alloc_node() 238 hfsplus_btree *tree; in hfsplus_btree_remove_node() [all …]
|
D | bnode.c | 75 hfsplus_btree *tree; in hfsplus_bnode_read_key() 122 struct hfsplus_btree *tree; in hfsplus_bnode_copybytes() 315 int hfsplus_btree_add_level(hfsplus_btree *tree) in hfsplus_btree_add_level() 376 hfsplus_btree *tree; in hfsplus_bnode_split() 486 hfsplus_btree *tree; in hfsplus_bnode_insert_rec() 584 hfsplus_btree *tree; in hfsplus_update_idx_rec() 675 hfsplus_btree *tree; in hfsplus_bnode_remove_rec() 727 static int hfsplus_check_kh(hfsplus_btree *tree, u8 kind, u8 height) in hfsplus_check_kh() 755 hfsplus_bnode *__hfsplus_find_bnode(hfsplus_btree *tree, u32 cnid) in __hfsplus_find_bnode() 773 hfsplus_bnode *__hfsplus_create_bnode(hfsplus_btree *tree, u32 cnid) in __hfsplus_create_bnode() [all …]
|
D | bfind.c | 57 hfsplus_btree *tree; in hfsplus_btree_find() 128 struct hfsplus_btree *tree; in hfsplus_btree_move() 188 int hfsplus_find_init(hfsplus_btree *tree, struct hfsplus_find_data *fd) in hfsplus_find_init()
|
D | inode.c | 61 struct hfsplus_btree *tree; in hfsplus_releasepage()
|