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

  /external/e2fsprogs/debugfs/
htree.c 137 struct ext2_dx_entry *ent,
153 remainder = fs->blocksize - (limit * sizeof(struct ext2_dx_entry));
154 if (ent == (struct ext2_dx_entry *)(rootnode + 1))
222 (struct ext2_dx_entry *) (buf+8),
237 struct ext2_dx_entry *ent;
290 ent = (struct ext2_dx_entry *) (buf + 24 + rootnode->info_length);
  /external/e2fsprogs/e2fsck/
rehash.c 577 sizeof(struct ext2_dx_entry);
584 static struct ext2_dx_entry *set_int_node(ext2_filsys fs, char *buf)
600 sizeof(struct ext2_dx_entry);
603 return (struct ext2_dx_entry *) limits;
616 struct ext2_dx_entry *root, *dx_ent = 0;
633 root = (struct ext2_dx_entry *) (outdir->buf + root_offset);
653 root = (struct ext2_dx_entry *)
665 root_offset += sizeof(struct ext2_dx_entry);
pass2.c 551 struct ext2_dx_entry *ent;
573 ent = (struct ext2_dx_entry *) (block_buf + 24 + root->info_length);
581 ent = (struct ext2_dx_entry *) (block_buf+8);
604 sizeof(struct ext2_dx_entry);
1075 sizeof(struct ext2_dx_entry))))
    [all...]
  /external/e2fsprogs/lib/ext2fs/
csum.c 223 sizeof(struct ext2_dx_entry);
371 size = count_offset + (count * sizeof(struct ext2_dx_entry));
406 if (count_offset + (limit * sizeof(struct ext2_dx_entry)) >
410 t = (struct ext2_dx_tail *)(((struct ext2_dx_entry *)c) + limit);
433 if (count_offset + (limit * sizeof(struct ext2_dx_entry)) >
436 t = (struct ext2_dx_tail *)(((struct ext2_dx_entry *)c) + limit);
ext2_fs.h 235 struct ext2_dx_entry { struct
    [all...]
  /external/syslinux/libinstaller/ext2fs/
ext2_fs.h 228 struct ext2_dx_entry { struct
  /external/e2fsprogs/misc/
tune2fs.c 582 sizeof(struct ext2_dx_entry);
600 sizeof(struct ext2_dx_entry);
    [all...]

Completed in 93 milliseconds