Searched refs:vnode_path_to_vnode (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp246 static fssh_status_t vnode_path_to_vnode(struct vnode *vnode, char *path,
1051 // get the directory vnode and let vnode_path_to_vnode() do the rest
1058 return vnode_path_to_vnode(directory, clonedName, false, 0, _vnode, NULL);
1093 vnode_path_to_vnode(struct vnode *vnode, char *path, bool traverseLeafLink, function in namespace:FSShell
1099 FUNCTION(("vnode_path_to_vnode(vnode = %p, path = %s)\n", vnode, path));
1110 TRACE(("vnode_path_to_vnode: top of loop. p = %p, p = '%s'\n", path, path));
1212 status = vnode_path_to_vnode(vnode, path, traverseLeafLink, count + 1,
1281 return vnode_path_to_vnode(start, path, traverseLink, 0, _vnode, _parentID);
1651 return vnode_path_to_vnode(vnode, path, traverseLeafLink, 0,
2474 // vnode_path_to_vnode() release
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp417 static status_t vnode_path_to_vnode(struct vnode* vnode, char* path,
2058 // get the directory vnode and let vnode_path_to_vnode() do the rest
2065 return vnode_path_to_vnode(directory, clonedName, traverse, kernel,
2129 vnode_path_to_vnode(struct vnode* start, char* path, bool traverseLeafLink, function
2133 FUNCTION(("vnode_path_to_vnode(vnode = %p, path = %s)\n", vnode, path));
2148 TRACE(("vnode_path_to_vnode: top of loop. p = %p, p = '%s'\n", path,
2270 status = vnode_path_to_vnode(vnode.Get(), path, true, count + 1,
2304 vnode_path_to_vnode(struct vnode* vnode, char* path, bool traverseLeafLink, function
2307 return vnode_path_to_vnode(vnode, path, traverseLeafLink, 0,
2355 return vnode_path_to_vnode(star
[all...]

Completed in 121 milliseconds