HomeSort by relevance Sort by last modified time
    Searched refs:ext2_dx_entry (Results 1 - 4 of 4) sorted by null

  /external/e2fsprogs/debugfs/
htree.c 105 struct ext2_dx_entry *ent,
109 struct ext2_dx_entry e;
175 (struct ext2_dx_entry *) (buf+8),
191 struct ext2_dx_entry *ent;
259 ent = (struct ext2_dx_entry *) (buf + 24 + rootnode->info_length);
  /external/e2fsprogs/e2fsck/
rehash.c 496 limits->limit = (fs->blocksize - 32) / sizeof(struct ext2_dx_entry);
503 static struct ext2_dx_entry *set_int_node(ext2_filsys fs, char *buf)
514 limits->limit = (fs->blocksize - 8) / sizeof(struct ext2_dx_entry);
517 return (struct ext2_dx_entry *) limits;
530 struct ext2_dx_entry *root, *dx_ent = 0;
547 root = (struct ext2_dx_entry *) (outdir->buf + root_offset);
567 root = (struct ext2_dx_entry *)
579 root_offset += sizeof(struct ext2_dx_entry);
pass2.c 531 struct ext2_dx_entry *ent;
552 ent = (struct ext2_dx_entry *) (block_buf + 24 + root->info_length);
554 ent = (struct ext2_dx_entry *) (block_buf+8);
567 sizeof(struct ext2_dx_entry);
825 sizeof(struct ext2_dx_entry))))
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 206 struct ext2_dx_entry { struct

Completed in 460 milliseconds