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

  /external/e2fsprogs/misc/
fsck.h 40 struct fs_info { struct
48 struct fs_info *next;
e2initrd_helper.c 53 struct fs_info { struct
61 struct fs_info *next;
233 static int parse_fstab_line(char *line, struct fs_info *fs)
282 static void free_fstab_line(struct fs_info *fs)
292 memset(fs, 0, sizeof(struct fs_info));
336 struct fs_info fs_info; local
346 ret = parse_fstab_line(buf, &fs_info);
350 if (!strcmp(fs_info.mountpt, "/"))
351 printf("%s\n", fs_info.type)
    [all...]
fsck.c 121 struct fs_info *filesys_info = NULL, *filesys_last = NULL;
151 static int ignore(struct fs_info *);
243 static struct fs_info *create_fs_device(const char *device, const char *mntpnt,
247 struct fs_info *fs;
249 if (!(fs = malloc(sizeof(struct fs_info))))
272 static int parse_fstab_line(char *line, struct fs_info **ret_fs)
275 struct fs_info *fs;
318 static void interpret_type(struct fs_info *fs)
340 struct fs_info *fs;
380 static struct fs_info *lookup(char *filesys
    [all...]
  /system/extras/ext4_utils/
ext4_utils.h 116 struct fs_info { struct
153 extern struct fs_info info;
make_ext4fs_main.c 47 extern struct fs_info info;
ext2simg.c 42 extern struct fs_info info;
ext4_utils.c 48 struct fs_info info;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/features/
FeatureSummaryActivity.java 180 setInfoResources(R.string.feature_summary, R.string.feature_summary_info, R.layout.fs_info);

Completed in 644 milliseconds