Searched refs:ext2_dx_entry (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/debugfs/
H A Dhtree.c117 struct ext2_dx_entry *ent,
121 struct ext2_dx_entry e;
187 (struct ext2_dx_entry *) (buf+8),
202 struct ext2_dx_entry *ent;
255 ent = (struct ext2_dx_entry *) (buf + 24 + rootnode->info_length);
/external/e2fsprogs/e2fsck/
H A Drehash.c521 limits->limit = (fs->blocksize - 32) / sizeof(struct ext2_dx_entry);
528 static struct ext2_dx_entry *set_int_node(ext2_filsys fs, char *buf)
539 limits->limit = (fs->blocksize - 8) / sizeof(struct ext2_dx_entry);
542 return (struct ext2_dx_entry *) limits;
555 struct ext2_dx_entry *root, *dx_ent = 0;
572 root = (struct ext2_dx_entry *) (outdir->buf + root_offset);
592 root = (struct ext2_dx_entry *)
604 root_offset += sizeof(struct ext2_dx_entry);
H A Dpass2.c532 struct ext2_dx_entry *ent;
553 ent = (struct ext2_dx_entry *) (block_buf + 24 + root->info_length);
555 ent = (struct ext2_dx_entry *) (block_buf+8);
568 sizeof(struct ext2_dx_entry);
837 sizeof(struct ext2_dx_entry))))
/external/e2fsprogs/lib/ext2fs/
H A Dext2_fs.h228 struct ext2_dx_entry { struct

Completed in 4713 milliseconds