Lines Matching defs:root
4887 struct node *root;
4986 root = alloc_node(f);
4987 if (root == NULL) {
4992 struct node_lru *lnode = node_lru(root);
4996 strcpy(root->inline_name, "/");
4997 root->name = root->inline_name;
5004 root->parent = NULL;
5005 root->nodeid = FUSE_ROOT_ID;
5006 inc_nlookup(root);
5007 hash_id(f, root);
5012 free(root);