Searched refs:fis_list (Results 1 – 1 of 1) sorted by relevance
31 struct fis_list { struct33 struct fis_list *next; argument73 struct fis_list *fl = NULL, *tmp_fl; in parse_redboot_partitions()189 struct fis_list *new_fl, **prev; in parse_redboot_partitions()201 new_fl = kmalloc(sizeof(struct fis_list), GFP_KERNEL); in parse_redboot_partitions()293 struct fis_list *old = fl; in parse_redboot_partitions()