Searched refs:ext2fs_htree_entry (Results 1 – 3 of 3) sorted by relevance
56 struct ext2fs_htree_entry { struct83 struct ext2fs_htree_entry h_entries[0];88 struct ext2fs_htree_entry h_entries[0];93 struct ext2fs_htree_entry *h_entries;94 struct ext2fs_htree_entry *h_entry;
75 static uint32_t ext2_htree_get_block(struct ext2fs_htree_entry *ep);76 static uint16_t ext2_htree_get_count(struct ext2fs_htree_entry *ep);77 static uint32_t ext2_htree_get_hash(struct ext2fs_htree_entry *ep);78 static uint16_t ext2_htree_get_limit(struct ext2fs_htree_entry *ep);84 static void ext2_htree_set_block(struct ext2fs_htree_entry *ep,86 static void ext2_htree_set_count(struct ext2fs_htree_entry *ep,88 static void ext2_htree_set_hash(struct ext2fs_htree_entry *ep,90 static void ext2_htree_set_limit(struct ext2fs_htree_entry *ep,156 ext2_htree_get_block(struct ext2fs_htree_entry *ep) in ext2_htree_get_block()162 ext2_htree_set_block(struct ext2fs_htree_entry *ep, uint32_t blk) in ext2_htree_set_block()[all …]
306 size = count_offset + (count * sizeof(struct ext2fs_htree_entry)); in ext2_dx_csum()335 if (count_offset + (limit * sizeof(struct ext2fs_htree_entry)) > in ext2_dx_csum_verify()339 tp = (struct ext2fs_htree_tail *)(((struct ext2fs_htree_entry *)cp) + limit); in ext2_dx_csum_verify()411 if (count_offset + (limit * sizeof(struct ext2fs_htree_entry)) > in ext2_dx_csum_set()415 tp = (struct ext2fs_htree_tail *)(((struct ext2fs_htree_entry *)cp) + limit); in ext2_dx_csum_set()