ext2fs_htree_count
static struct ext2fs_htree_count *
return ((struct ext2fs_htree_count *)(((char *)ep) + count_offset));
struct ext2fs_htree_count *cp;
struct ext2fs_htree_count *cp;
return (le16toh(((struct ext2fs_htree_count *)(ep))->h_entries_num));
((struct ext2fs_htree_count *)(ep))->h_entries_num = htole16(cnt);
return (le16toh(((struct ext2fs_htree_count *)(ep))->h_entries_max));
((struct ext2fs_htree_count *)(ep))->h_entries_max = htole16(limit);