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()
73 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write()
96 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
103 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
125 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy()
126 struct hfs_bnode *src_node, int src, int len) in hfs_bnode_copy()
185 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
298 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump()
334 void hfs_bnode_unlink(struct hfs_bnode *node) in hfs_bnode_unlink()
337 struct hfs_bnode *tmp; in hfs_bnode_unlink()
382 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
384 struct hfs_bnode *node; in hfs_bnode_findhash()
400 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
403 struct hfs_bnode *node, *node2; in __hfs_bnode_create()
417 size = sizeof(struct hfs_bnode) + tree->pages_per_bnode * in __hfs_bnode_create()
467 void hfs_bnode_unhash(struct hfs_bnode *node) in hfs_bnode_unhash()
469 struct hfs_bnode **p; in hfs_bnode_unhash()
482 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find()
484 struct hfs_bnode *node; in hfs_bnode_find()
567 void hfs_bnode_free(struct hfs_bnode *node) in hfs_bnode_free()
579 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create()
581 struct hfs_bnode *node; in hfs_bnode_create()
617 void hfs_bnode_get(struct hfs_bnode *node) in hfs_bnode_get()
628 void hfs_bnode_put(struct hfs_bnode *node) in hfs_bnode_put()