Searched refs:node_find (Results 1 – 4 of 4) sorted by relevance
82 struct node *node_find(struct node *root, const char *mountpoint);
241 node = node_find(root, adr->adr_path); in handle_request()287 node = node_find(root, tmp); in handle_request()
205 n = node_find(root, mntbuf[i].f_mntonname); in mount_unmount()
717 node_find(struct node *root, const char *path) in node_find() function