Searched refs:get_node_path_locked (Results 1 – 1 of 1) sorted by relevance
327 static ssize_t get_node_path_locked(struct node* node, char* buf, size_t bufsize) { in get_node_path_locked() function347 pathlen = get_node_path_locked(node->parent, buf, bufsize - namelen - 1); in get_node_path_locked()656 if (node && get_node_path_locked(node, buf, bufsize) < 0) { in lookup_node_and_path_by_id_locked()1134 if (!child_node || get_node_path_locked(child_node, in handle_rename()1298 res = get_node_path_locked(&fuse->global->root, path, sizeof(path)); in handle_statfs()