Searched refs:hfs_bnode_read_u8 (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/fs/hfs/ |
D | bnode.c | 37 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() function 53 key_len = hfs_bnode_read_u8(node, off) + 1; in hfs_bnode_read_key() 155 tmp = (hfs_bnode_read_u8(node, key_off) | 1) + 1; in hfs_bnode_dump() 158 dprint(DBG_BNODE_MOD, " (%d,%d", tmp, hfs_bnode_read_u8(node, key_off)); in hfs_bnode_dump() 164 tmp = hfs_bnode_read_u8(node, key_off); in hfs_bnode_dump() 382 key_size = hfs_bnode_read_u8(node, off) + 1; in hfs_bnode_find()
|
D | brec.c | 55 retval = (hfs_bnode_read_u8(node, recoff) | 1) + 1; in hfs_brec_keylen() 374 newkeylen = (hfs_bnode_read_u8(node, 14) | 1) + 1; in hfs_brec_update_parent() 497 key_size = hfs_bnode_read_u8(node, 14) + 1; in hfs_btree_inc_height()
|
D | btree.h | 90 extern u8 hfs_bnode_read_u8(struct hfs_bnode *, int);
|
D | catalog.c | 224 type = hfs_bnode_read_u8(fd.bnode, fd.entryoffset); in hfs_cat_delete()
|
/linux-2.6.39/fs/hfsplus/ |
D | hfsplus_fs.h | 268 #define hfs_bnode_read_u8 hfsplus_bnode_read_u8 macro 325 u8 hfs_bnode_read_u8(struct hfs_bnode *, int);
|
D | bnode.c | 50 u8 hfs_bnode_read_u8(struct hfs_bnode *node, int off) in hfs_bnode_read_u8() function
|