Home | History | Annotate | Download | only in debugfs

Lines Matching defs:ent

118 				struct ext2_dx_entry *ent,
126 limit = *((struct ext2_dx_countlimit *) ent);
134 hash = i ? ext2fs_le32_to_cpu(ent[i].hash) : 0;
137 ext2fs_le32_to_cpu(ent[i].block));
143 e.hash = ext2fs_le32_to_cpu(ent[i].hash);
144 e.block = ext2fs_le32_to_cpu(ent[i].block);
205 struct ext2_dx_entry *ent;
280 ent = (struct ext2_dx_entry *) (buf + 24 + rootnode->info_length);
281 limit = (struct ext2_dx_countlimit *) ent;
283 htree_dump_int_node(current_fs, ino, &inode, rootnode, ent,