Home
last modified time | relevance | path

Searched refs:hfsplus_btree_head (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/hfsplus/
Dbtree.c42 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()
86 hfsplus_btree_head *head; in hfsplus_open_btree()
126 head = (hfsplus_btree_head *)(kmap(page) + sizeof(hfsplus_btree_node_desc)); in hfsplus_open_btree()
142 hfsplus_btree_head *head; in hfsplus_write_btree()
152 head = (hfsplus_btree_head *)(kmap(page) + sizeof(hfsplus_btree_node_desc)); in hfsplus_write_btree()
Dhfsplus_raw.h158 } __packed hfsplus_btree_head; typedef