Searched refs:ext2fs_htree_entry (Results 1 – 3 of 3) sorted by relevance
77 static uint32_t ext2_htree_get_block(struct ext2fs_htree_entry *ep);78 static uint16_t ext2_htree_get_count(struct ext2fs_htree_entry *ep);79 static uint32_t ext2_htree_get_hash(struct ext2fs_htree_entry *ep);80 static uint16_t ext2_htree_get_limit(struct ext2fs_htree_entry *ep);86 static void ext2_htree_set_block(struct ext2fs_htree_entry *ep,88 static void ext2_htree_set_count(struct ext2fs_htree_entry *ep,90 static void ext2_htree_set_hash(struct ext2fs_htree_entry *ep,92 static void ext2_htree_set_limit(struct ext2fs_htree_entry *ep,158 ext2_htree_get_block(struct ext2fs_htree_entry *ep) in ext2_htree_get_block()164 ext2_htree_set_block(struct ext2fs_htree_entry *ep, uint32_t blk) in ext2_htree_set_block()[all …]
58 struct ext2fs_htree_entry { struct85 struct ext2fs_htree_entry h_entries[0];90 struct ext2fs_htree_entry h_entries[0];95 struct ext2fs_htree_entry *h_entries;96 struct ext2fs_htree_entry *h_entry;
253 size = count_offset + (count * sizeof(struct ext2fs_htree_entry)); in ext2_dx_csum()282 if (count_offset + (limit * sizeof(struct ext2fs_htree_entry)) > in ext2_dx_csum_verify()286 tp = (struct ext2fs_htree_tail *)(((struct ext2fs_htree_entry *)cp) + limit); in ext2_dx_csum_verify()358 if (count_offset + (limit * sizeof(struct ext2fs_htree_entry)) > in ext2_dx_csum_set()362 tp = (struct ext2fs_htree_tail *)(((struct ext2fs_htree_entry *)cp) + limit); in ext2_dx_csum_set()