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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp251 static fssh_status_t fd_and_path_to_vnode(int fd, char *path,
1339 return fd_and_path_to_vnode(fd, path, true, _vnode, NULL, kernel);
1634 fd_and_path_to_vnode(int fd, char *path, bool traverseLeafLink, function in namespace:FSShell
3154 status = fd_and_path_to_vnode(fd, path, traverse, &vnode, &parentID, kernel);
3347 status = fd_and_path_to_vnode(fd, path, true, &vnode, &parentID, kernel);
3707 status = fd_and_path_to_vnode(fd, path, false, &vnode, NULL, kernel);
3913 status = fd_and_path_to_vnode(fd, path, traverseLeafLink, &vnode, NULL, kernel);
3939 status = fd_and_path_to_vnode(fd, path, traverseLeafLink, &vnode, NULL, kernel);
3962 status = fd_and_path_to_vnode(fd, path, true, &vnode, NULL, kernel);
5042 status = fd_and_path_to_vnode(f
[all...]
/haiku/src/system/kernel/fs/
H A Dvfs.cpp426 static status_t fd_and_path_to_vnode(int fd, char* path, bool traverseLeafLink,
2425 return fd_and_path_to_vnode(fd, path, true, _vnode, NULL, kernel);
2764 fd_and_path_to_vnode(int fd, char* path, bool traverseLeafLink, function
5638 status_t status = fd_and_path_to_vnode(fd, path, traverse, vnode,
6024 status_t status = fd_and_path_to_vnode(fd, path, true, vnode, &parentID,
6503 status = fd_and_path_to_vnode(fd, path, false, vnode, NULL, kernel);
6560 status = fd_and_path_to_vnode(toFD, toPath, traverseLeafLink, vnode, NULL,
6608 status = fd_and_path_to_vnode(fd, path, true, vnode, NULL, kernel);
6708 status_t status = fd_and_path_to_vnode(fd, path, traverseLeafLink, vnode,
6727 status_t status = fd_and_path_to_vnode(f
[all...]

Completed in 37 milliseconds