Lines Matching defs:links
1154 struct ctl_table_header *links;
1166 links = kzalloc(sizeof(struct ctl_table_header) +
1172 if (!links)
1175 node = (struct ctl_node *)(links + 1);
1187 init_header(links, dir->header.root, dir->header.set, node, link_table);
1188 links->nreg = nr_entries;
1190 return links;
1199 /* Are there links available for every entry in table? */
1212 /* The checks passed. Increase the registration count on the links */
1225 struct ctl_table_header *links;
1241 links = new_links(core_parent, head->ctl_table, head->root);
1245 if (!links)
1250 kfree(links);
1254 err = insert_header(core_parent, links);
1256 kfree(links);