Home
last modified time | relevance | path

Searched refs:fs_info (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/misc/
De2initrd_helper.c52 struct fs_info { struct
60 struct fs_info *next; argument
232 static int parse_fstab_line(char *line, struct fs_info *fs) in parse_fstab_line()
282 static void free_fstab_line(struct fs_info *fs) in free_fstab_line()
292 memset(fs, 0, sizeof(struct fs_info)); in free_fstab_line()
336 struct fs_info fs_info; in get_root_type() local
346 ret = parse_fstab_line(buf, &fs_info); in get_root_type()
350 if (!strcmp(fs_info.mountpt, "/")) in get_root_type()
351 printf("%s\n", fs_info.type); in get_root_type()
353 free_fstab_line(&fs_info); in get_root_type()
Dfsck.c117 struct fs_info *filesys_info = NULL, *filesys_last = NULL;
147 static int ignore(struct fs_info *);
242 static struct fs_info *create_fs_device(const char *device, const char *mntpnt, in create_fs_device()
246 struct fs_info *fs; in create_fs_device()
248 if (!(fs = malloc(sizeof(struct fs_info)))) in create_fs_device()
271 static int parse_fstab_line(char *line, struct fs_info **ret_fs) in parse_fstab_line()
274 struct fs_info *fs; in parse_fstab_line()
318 static void interpret_type(struct fs_info *fs) in interpret_type()
340 struct fs_info *fs; in load_fs_info()
380 static struct fs_info *lookup(char *filesys) in lookup()
[all …]
Dfsck.h40 struct fs_info { struct
48 struct fs_info *next; argument
/external/bluetooth/glib/gio/
Dgunixmounts.c499 struct vfs_ent *fs_info; in _g_get_unix_mounts() local
538 fs_info = getvfsbytype (vmount_info->vmt_gfstype); in _g_get_unix_mounts()
540 if (fs_info == NULL) in _g_get_unix_mounts()
543 mount_entry->filesystem_type = g_strdup (fs_info->vfsent_name); in _g_get_unix_mounts()
Dglocalfile.c758 get_mount_info (GFileInfo *fs_info, in get_mount_info() argument
822 g_file_info_set_attribute_boolean (fs_info, G_FILE_ATTRIBUTE_FILESYSTEM_READONLY, TRUE); in get_mount_info()