HomeSort by relevance Sort by last modified time
    Searched refs:ext2_dir_entry (Results 1 - 25 of 36) sorted by null

1 2

  /external/e2fsprogs/lib/ext2fs/
dir_iterate.c 34 struct ext2_dir_entry *dirent;
37 dirent = (struct ext2_dir_entry *)(buf + offset);
53 struct ext2_dir_entry *dirent,
91 int (*func)(struct ext2_dir_entry *dirent,
101 struct ext2_dir_entry *dirent, int offset,
113 int (*func)(struct ext2_dir_entry *dirent,
148 struct ext2_dir_entry *dirent;
160 dirent = (struct ext2_dir_entry *) (ctx->buf + offset);
newdir.c 31 struct ext2_dir_entry *dir = NULL;
43 dir = (struct ext2_dir_entry *) buf;
62 dir = (struct ext2_dir_entry *) (buf + dir->rec_len);
unlink.c 26 struct ext2_dir_entry *prev;
33 static int unlink_proc(struct ext2_dir_entry *dirent,
40 struct ext2_dir_entry *prev;
dirblock.c 27 struct ext2_dir_entry *dirent;
41 dirent = (struct ext2_dir_entry *) p;
81 struct ext2_dir_entry *dirent;
99 dirent = (struct ext2_dir_entry *) p;
link.c 30 static int link_proc(struct ext2_dir_entry *dirent,
37 struct ext2_dir_entry *next;
47 next = (struct ext2_dir_entry *) (buf + offset + dirent->rec_len);
66 next = (struct ext2_dir_entry *) (buf + offset +
ext2fsP.h 53 struct ext2_dir_entry *dirent,
dblist_dir.c 31 struct ext2_dir_entry *dirent,
lookup.c 31 static int lookup_proc(struct ext2_dir_entry *dirent,
get_pathname.c 40 static int get_pathname_proc(struct ext2_dir_entry *dirent,
ext2fs.h 666 struct ext2_dir_entry *dirent,
695 int (*func)(struct ext2_dir_entry *dirent,
707 struct ext2_dir_entry *dirent,
    [all...]
  /external/e2fsprogs/debugfs/
htree.c 35 struct ext2_dir_entry *dirent;
63 dirent = (struct ext2_dir_entry *) (buf + offset);
363 struct ext2_dir_entry *dirent;
380 dirent = (struct ext2_dir_entry *) (p->buf + offset);
ls.c 45 struct ext2_dir_entry *dirent,
ncheck.c 35 static int ncheck_proc(struct ext2_dir_entry *dirent,
dump.c 241 static int rdump_dirent(struct ext2_dir_entry *, int, int, char *, void *);
292 static int rdump_dirent(struct ext2_dir_entry *dirent,
  /external/e2fsprogs/e2fsck/
rehash.c 70 struct ext2_dir_entry *dir;
89 struct ext2_dir_entry *dirent;
105 dirent = (struct ext2_dir_entry *) dir;
119 dirent = (struct ext2_dir_entry *) (dir + dir_offset);
405 struct ext2_dir_entry *dirent;
421 dirent = (struct ext2_dir_entry *) block_start;
437 dirent = (struct ext2_dir_entry *) (block_start + offset);
467 struct ext2_dir_entry *dir;
476 dir = (struct ext2_dir_entry *) buf;
481 dir = (struct ext2_dir_entry *) (buf + 12)
    [all...]
pass2.c 303 const struct ext2_dir_entry *de_a, *de_b;
306 de_a = (const struct ext2_dir_entry *) a;
308 de_b = (const struct ext2_dir_entry *) b;
351 struct ext2_dir_entry *dirent,
354 struct ext2_dir_entry *nextdir;
391 nextdir = (struct ext2_dir_entry *)
410 struct ext2_dir_entry *dirent,
454 struct ext2_dir_entry *dirent,
480 struct ext2_dir_entry *dirent,
641 struct ext2_dir_entry *dirent
    [all...]
message.c 344 struct ext2_dir_entry *dirent;
problem.h 18 struct ext2_dir_entry *dirent;
  /external/grub/stage2/
fsys_ext2fs.c 174 struct ext2_dir_entry struct
520 struct ext2_dir_entry *dp; /* pointer to directory entry */
748 dp = (struct ext2_dir_entry *) (DATABLOCK2 + off);
  /external/e2fsprogs/ext2ed/
ext2ed.h 117 struct ext2_dir_entry t_ext2_dir_entry;
  /bionic/libc/kernel/common/linux/
ext2_fs.h 347 struct ext2_dir_entry { struct
  /development/ndk/platforms/android-3/include/linux/
ext2_fs.h 347 struct ext2_dir_entry { struct
  /external/kernel-headers/original/linux/
ext2_fs.h 510 struct ext2_dir_entry { struct
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ext2_fs.h 484 struct ext2_dir_entry { struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
ext2_fs.h 347 struct ext2_dir_entry { struct

Completed in 1100 milliseconds

1 2