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

/haiku-fatelf/src/tools/fs_shell/
H A Dvfs.cpp1323 fd_and_path_to_dir_vnode(int fd, char *path, struct vnode **_vnode, function in namespace:FSShell
3059 status = fd_and_path_to_dir_vnode(fd, path, &directory, name, kernel);
3249 status = fd_and_path_to_dir_vnode(fd, path, &vnode, filename, kernel);
3452 status = fd_and_path_to_dir_vnode(fd, path, &directory, name, kernel);
3685 status = fd_and_path_to_dir_vnode(fd, path, &vnode, name, kernel);
3746 status = fd_and_path_to_dir_vnode(fd, path, &vnode, filename, kernel);
3792 status = fd_and_path_to_dir_vnode(fd, path, &fromVnode, fromName, kernel);
3796 status = fd_and_path_to_dir_vnode(newFD, newPath, &toVnode, toName, kernel);
/haiku-fatelf/src/system/kernel/fs/
H A Dvfs.cpp2394 fd_and_path_to_dir_vnode(int fd, char* path, struct vnode** _vnode, function
5389 status_t status = fd_and_path_to_dir_vnode(fd, path, &directory, name,
5663 status = fd_and_path_to_dir_vnode(fd, path, &vnode, filename, kernel);
5892 status = fd_and_path_to_dir_vnode(fd, path, &directory, name, kernel);
6165 status = fd_and_path_to_dir_vnode(fd, path, &vnode, name, kernel);
6193 status_t status = fd_and_path_to_dir_vnode(pathFD, path, &directory, name,
6233 status = fd_and_path_to_dir_vnode(fd, path, &vnode, filename, kernel);
6283 status = fd_and_path_to_dir_vnode(fd, path, &fromVnode, fromName, kernel);
6287 status = fd_and_path_to_dir_vnode(newFD, newPath, &toVnode, toName, kernel);
9184 status_t status = fd_and_path_to_dir_vnode(f
[all...]

Completed in 79 milliseconds