Lines Matching refs:hfs_bnode

22 void hfs_bnode_read(struct hfs_bnode *node, void *buf, int off, int len)  in hfs_bnode_read()
41 u16 hfs_bnode_read_u16(struct hfs_bnode *node, int off) in hfs_bnode_read_u16()
49 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8()
57 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()
94 void hfs_bnode_write_u16(struct hfs_bnode *node, int off, u16 data) in hfs_bnode_write_u16()
101 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear()
121 void hfs_bnode_copy(struct hfs_bnode *dst_node, int dst, in hfs_bnode_copy()
122 struct hfs_bnode *src_node, int src, int len) in hfs_bnode_copy()
175 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move()
291 void hfs_bnode_dump(struct hfs_bnode *node) in hfs_bnode_dump()
328 void hfs_bnode_unlink(struct hfs_bnode *node) in hfs_bnode_unlink()
331 struct hfs_bnode *tmp; in hfs_bnode_unlink()
376 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
378 struct hfs_bnode *node; in hfs_bnode_findhash()
393 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
395 struct hfs_bnode *node, *node2; in __hfs_bnode_create()
407 size = sizeof(struct hfs_bnode) + tree->pages_per_bnode * in __hfs_bnode_create()
452 void hfs_bnode_unhash(struct hfs_bnode *node) in hfs_bnode_unhash()
454 struct hfs_bnode **p; in hfs_bnode_unhash()
467 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find()
469 struct hfs_bnode *node; in hfs_bnode_find()
552 void hfs_bnode_free(struct hfs_bnode *node) in hfs_bnode_free()
562 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create()
564 struct hfs_bnode *node; in hfs_bnode_create()
598 void hfs_bnode_get(struct hfs_bnode *node) in hfs_bnode_get()
609 void hfs_bnode_put(struct hfs_bnode *node) in hfs_bnode_put()