Lines Matching defs:full_name
340 __func__, node->parent, node->full_name);
349 strcmp(node->parent->full_name, "testcase-data")) {
380 __func__, node->parent, node->full_name);
386 kfree(node->full_name);
438 * @full_name: string value to be duplicated into new node's full_name field
448 const char *full_name)
455 node->full_name = kstrdup(full_name, GFP_KERNEL);
456 if (!node->full_name) {
493 * @full_name: Node full name
499 const char *full_name)
504 np = __of_node_dup(NULL, full_name);