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.cpp2401 fd_and_path_to_dir_vnode(int fd, char* path, VnodePutter& _vnode, function
5581 status_t status = fd_and_path_to_dir_vnode(fd, path, directory, name,
5909 status = fd_and_path_to_dir_vnode(fd, path, vnode, filename, kernel);
6125 status = fd_and_path_to_dir_vnode(fd, path, directory, name, kernel);
6470 status = fd_and_path_to_dir_vnode(fd, path, vnode, name, kernel);
6496 status_t status = fd_and_path_to_dir_vnode(pathFD, path, directory, name,
6529 status = fd_and_path_to_dir_vnode(fd, path, vnode, filename, kernel);
6573 status = fd_and_path_to_dir_vnode(fd, path, fromVnode, fromName, kernel);
6579 status = fd_and_path_to_dir_vnode(newFD, newPath, toVnode, toName, kernel);
9502 status = fd_and_path_to_dir_vnode(f
[all...]

Completed in 110 milliseconds