Lines Matching refs:hfs_bnode

21 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len)  in hfs_bnode_read()
42 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16()
50 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
58 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key()
74 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write()
97 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
104 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
126 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy()
127 struct hfs_bnode *src_node, int src, int len) in hfs_bnode_copy()
186 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
299 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump()
336 void hfs_bnode_unlink(struct hfs_bnode *node) in hfs_bnode_unlink()
339 struct hfs_bnode *tmp; in hfs_bnode_unlink()
384 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
386 struct hfs_bnode *node; in hfs_bnode_findhash()
401 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
404 struct hfs_bnode *node, *node2; in __hfs_bnode_create()
417 size = sizeof(struct hfs_bnode) + tree->pages_per_bnode * in __hfs_bnode_create()
466 void hfs_bnode_unhash(struct hfs_bnode *node) in hfs_bnode_unhash()
468 struct hfs_bnode **p; in hfs_bnode_unhash()
481 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find()
483 struct hfs_bnode *node; in hfs_bnode_find()
566 void hfs_bnode_free(struct hfs_bnode *node) in hfs_bnode_free()
576 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create()
578 struct hfs_bnode *node; in hfs_bnode_create()
614 void hfs_bnode_get(struct hfs_bnode *node) in hfs_bnode_get()
625 void hfs_bnode_put(struct hfs_bnode *node) in hfs_bnode_put()