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

/haiku/src/tools/fs_shell/
H A Dvfs.cpp1327 fd_and_path_to_dir_vnode(int fd, char *path, struct vnode **_vnode, function in namespace:FSShell
3106 status = fd_and_path_to_dir_vnode(fd, path, &directory, name, kernel);
3296 status = fd_and_path_to_dir_vnode(fd, path, &vnode, filename, kernel);
3499 status = fd_and_path_to_dir_vnode(fd, path, &directory, name, kernel);
3732 status = fd_and_path_to_dir_vnode(fd, path, &vnode, name, kernel);
3793 status = fd_and_path_to_dir_vnode(fd, path, &vnode, filename, kernel);
3839 status = fd_and_path_to_dir_vnode(fd, path, &fromVnode, fromName, kernel);
3843 status = fd_and_path_to_dir_vnode(newFD, newPath, &toVnode, toName, kernel);
/haiku/src/system/kernel/fs/
H A Dvfs.cpp2411 fd_and_path_to_dir_vnode(int fd, char* path, VnodePutter& _vnode, function
5583 status_t status = fd_and_path_to_dir_vnode(fd, path, directory, name,
5967 status = fd_and_path_to_dir_vnode(fd, path, vnode, filename, kernel);
6183 status = fd_and_path_to_dir_vnode(fd, path, directory, name, kernel);
6528 status = fd_and_path_to_dir_vnode(fd, path, vnode, name, kernel);
6554 status_t status = fd_and_path_to_dir_vnode(pathFD, path, directory, name,
6587 status = fd_and_path_to_dir_vnode(fd, path, vnode, filename, kernel);
6631 status = fd_and_path_to_dir_vnode(fd, path, fromVnode, fromName, kernel);
6637 status = fd_and_path_to_dir_vnode(newFD, newPath, toVnode, toName, kernel);
9560 status = fd_and_path_to_dir_vnode(f
[all...]

Completed in 44 milliseconds