Searched refs:fs_info (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/misc/ |
D | e2initrd_helper.c | 54 struct fs_info { struct 62 struct fs_info *next; argument 237 static int parse_fstab_line(char *line, struct fs_info *fs) in parse_fstab_line() 286 static void free_fstab_line(struct fs_info *fs) in free_fstab_line() 296 memset(fs, 0, sizeof(struct fs_info)); in free_fstab_line() 341 struct fs_info fs_info; in get_root_type() local 355 ret = parse_fstab_line(buf, &fs_info); in get_root_type() 359 if (!strcmp(fs_info.mountpt, "/")) in get_root_type() 360 printf("%s\n", fs_info.type); in get_root_type() 362 free_fstab_line(&fs_info); in get_root_type()
|
D | fsck.c | 121 static 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, in create_fs_device() 247 struct fs_info *fs; in create_fs_device() 249 if (!(fs = malloc(sizeof(struct fs_info)))) in create_fs_device() 272 static int parse_fstab_line(char *line, struct fs_info **ret_fs) in parse_fstab_line() 275 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() 381 static struct fs_info *lookup(char *filesys) in lookup() [all …]
|
D | fsck.h | 40 struct fs_info { struct 48 struct fs_info *next; argument
|
/external/virglrenderer/src/ |
D | vrend_shader.h | 117 struct vrend_shader_info *fs_info,
|
D | vrend_shader.c | 5085 … struct vrend_shader_info *fs_info, const char *oprefix, bool flatshade) in vrend_patch_vertex_shader_interpolants() argument 5090 if (!vs_info || !fs_info) in vrend_patch_vertex_shader_interpolants() 5093 if (!fs_info->interpinfo) in vrend_patch_vertex_shader_interpolants() 5096 if (fs_info->has_sample_input) in vrend_patch_vertex_shader_interpolants() 5099 for (i = 0; i < fs_info->num_interps; i++) { in vrend_patch_vertex_shader_interpolants() 5100 pstring = get_interp_string(cfg, fs_info->interpinfo[i].interpolate, flatshade); in vrend_patch_vertex_shader_interpolants() 5104 auxstring = get_aux_string(fs_info->interpinfo[i].location); in vrend_patch_vertex_shader_interpolants() 5106 switch (fs_info->interpinfo[i].semantic_name) { in vrend_patch_vertex_shader_interpolants() 5109 if (fs_info->glsl_ver < 140) { in vrend_patch_vertex_shader_interpolants() 5110 if (fs_info->interpinfo[i].semantic_index == 1) { in vrend_patch_vertex_shader_interpolants() [all …]
|