HomeSort by relevance Sort by last modified time
    Searched defs:fs_info (Results 1 - 4 of 4) 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...]
  /system/extras/ext4_utils/
ext4_utils.h 106 struct fs_info { struct
140 extern struct fs_info info;
  /external/bluetooth/glib/gio/
gunixmounts.c 499 struct vfs_ent *fs_info; local
538 fs_info = getvfsbytype (vmount_info->vmt_gfstype);
540 if (fs_info == NULL)
543 mount_entry->filesystem_type = g_strdup (fs_info->vfsent_name);
    [all...]

Completed in 724 milliseconds