Searched refs:next (Results 1 – 4 of 4) sorted by relevance
75 struct dm_setup_target *next; member86 struct dm_device *next; member91 char *next; member105 char *str = opt->next; in get_dm_option()123 opt->next = endp; in get_dm_option()125 opt->next = endp + 1; in get_dm_option()141 target = target->next; in dm_setup_cleanup()146 dev = dev->next; in dm_setup_cleanup()158 opt.next = str; in dm_parse_device()198 return opt.next; in dm_parse_device()[all …]
60 struct hash *next; member75 for (p = head + hash(major, minor, ino); *p; p = &(*p)->next) { in find_link()94 q->next = NULL; in find_link()105 *p = q->next; in free_hash()216 static void __init read_into(char *buf, unsigned size, enum state next) in read_into() argument221 state = next; in read_into()225 next_state = next; in read_into()
348 char *p, *next; in get_fs_names() local351 for (p = page-1; p; p = next) { in get_fs_names()352 next = strchr(++p, '\n'); in get_fs_names()
703 struct list_head next; member722 list_add(&entry->next, &blacklisted_initcalls); in initcall_blacklist()740 entry = list_entry(tmp, struct blacklist_entry, next); in initcall_blacklisted()