Home
last modified time | relevance | path

Searched refs:hfs_bnode_write_u8 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/hfs/
H A Dbtree.h103 extern void hfs_bnode_write_u8(struct hfs_bnode *, int, u8);
H A Dbrec.c419 hfs_bnode_write_u8(parent, fd->keyoffset, newkeylen - 1); in hfs_brec_update_parent()
514 hfs_bnode_write_u8(new_node, 14, tree->max_key_len); in hfs_btree_inc_height()
H A Dbnode.c91 void hfs_bnode_write_u8(struct hfs_bnode *node, int off, u8 data) in hfs_bnode_write_u8() function