Lines Matching refs:hfs_bnode
22 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_read()
43 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16()
51 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
59 void hfs_bnode_read_key(struct hfs_bnode *node, void *key, int off) in hfs_bnode_read_key()
75 void hfs_bnode_write(struct hfs_bnode *node, void *buf, int off, int len) in hfs_bnode_write()
98 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
105 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
127 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy()
128 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()
335 void hfs_bnode_unlink(struct hfs_bnode *node) in hfs_bnode_unlink()
338 struct hfs_bnode *tmp; in hfs_bnode_unlink()
383 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
385 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()
402 struct hfs_bnode *node, *node2; in __hfs_bnode_create()
414 size = sizeof(struct hfs_bnode) + tree->pages_per_bnode * in __hfs_bnode_create()
463 void hfs_bnode_unhash(struct hfs_bnode *node) in hfs_bnode_unhash()
465 struct hfs_bnode **p; in hfs_bnode_unhash()
478 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find()
480 struct hfs_bnode *node; in hfs_bnode_find()
563 void hfs_bnode_free(struct hfs_bnode *node) in hfs_bnode_free()
573 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create()
575 struct hfs_bnode *node; in hfs_bnode_create()
611 void hfs_bnode_get(struct hfs_bnode *node) in hfs_bnode_get()
622 void hfs_bnode_put(struct hfs_bnode *node) in hfs_bnode_put()