Home
last modified time | relevance | path

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

/u-boot/fs/reiserfs/
A Dreiserfs_private.h217 #define BLKH_SIZE (sizeof (struct block_head)) macro
463 #define ITEMHEAD ((struct item_head *) ((int) LEAF + BLKH_SIZE))
464 #define KEY(cache) ((struct key *) ((int) cache + BLKH_SIZE))
466 ((int) cache + BLKH_SIZE + KEY_SIZE * nr_item))

Completed in 5 milliseconds