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

1 2 3

  /external/e2fsprogs/lib/ext2fs/
newdir.c 31 struct ext2_dir_entry *dir = NULL;
43 dir = (struct ext2_dir_entry *) buf;
65 dir = (struct ext2_dir_entry *) (buf + dir->rec_len);
dir_iterate.c 27 struct ext2_dir_entry *dirent,
43 struct ext2_dir_entry *dirent)
73 struct ext2_dir_entry *dirent;
79 dirent = (struct ext2_dir_entry *)(buf + offset);
97 struct ext2_dir_entry *dirent,
135 int (*func)(struct ext2_dir_entry *dirent,
145 struct ext2_dir_entry *dirent, int offset,
157 int (*func)(struct ext2_dir_entry *dirent,
193 struct ext2_dir_entry *dirent;
205 dirent = (struct ext2_dir_entry *) (ctx->buf + offset)
    [all...]
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;
38 dirent = (struct ext2_dir_entry *) p;
76 struct ext2_dir_entry *dirent;
85 dirent = (struct ext2_dir_entry *) p;
ext2fsP.h 53 struct ext2_dir_entry *dirent,
link.c 33 static int link_proc(struct ext2_dir_entry *dirent,
40 struct ext2_dir_entry *next;
54 next = (struct ext2_dir_entry *) (buf + offset + curr_rec_len);
78 next = (struct ext2_dir_entry *) (buf + offset +
dblist_dir.c 30 struct ext2_dir_entry *dirent,
lookup.c 31 static int lookup_proc(struct ext2_dir_entry *dirent,
get_pathname.c 43 static int get_pathname_proc(struct ext2_dir_entry *dirent,
ext2fs.h 784 struct ext2_dir_entry *dirent,
810 struct ext2_dir_entry *dirent,
814 struct ext2_dir_entry *dirent);
819 int (*func)(struct ext2_dir_entry *dirent,
831 struct ext2_dir_entry *dirent,
    [all...]
  /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;
431 dirent = (struct ext2_dir_entry *) block_start;
456 dirent = (struct ext2_dir_entry *) (block_start + offset);
492 struct ext2_dir_entry *dir;
501 dir = (struct ext2_dir_entry *) buf;
506 dir = (struct ext2_dir_entry *) (buf + 12)
    [all...]
pass2.c 295 const struct ext2_dir_entry *de_a, *de_b;
298 de_a = (const struct ext2_dir_entry *) a;
300 de_b = (const struct ext2_dir_entry *) b;
343 struct ext2_dir_entry *dirent,
346 struct ext2_dir_entry *nextdir;
384 nextdir = (struct ext2_dir_entry *)
404 struct ext2_dir_entry *dirent,
449 struct ext2_dir_entry *dirent,
475 struct ext2_dir_entry *dirent,
636 struct ext2_dir_entry *dirent
    [all...]
message.c 360 struct ext2_dir_entry *dirent;
problem.h 18 struct ext2_dir_entry *dirent;
  /external/e2fsprogs/debugfs/
htree.c 37 struct ext2_dir_entry *dirent;
69 dirent = (struct ext2_dir_entry *) (buf + offset);
394 struct ext2_dir_entry *dirent;
412 dirent = (struct ext2_dir_entry *) (p->buf + offset);
ncheck.c 29 static int ncheck_proc(struct ext2_dir_entry *dirent,
ls.c 46 struct ext2_dir_entry *dirent,
dump.c 240 static int rdump_dirent(struct ext2_dir_entry *, int, int, char *, void *);
291 static int rdump_dirent(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 377 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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ext2_fs.h 484 struct ext2_dir_entry { struct
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ext2_fs.h 484 struct ext2_dir_entry { struct

Completed in 424 milliseconds

1 2 3