Symbol: fd_and_path_to_dir_vnode
src/system/kernel/fs/vfs.cpp
5657
status_t status = fd_and_path_to_dir_vnode(fd, path, directory, name,
src/system/kernel/fs/vfs.cpp
6067
status = fd_and_path_to_dir_vnode(fd, path, vnode, filename, kernel);
src/system/kernel/fs/vfs.cpp
6278
status = fd_and_path_to_dir_vnode(fd, path, directory, name, kernel);
src/system/kernel/fs/vfs.cpp
6629
status = fd_and_path_to_dir_vnode(fd, path, vnode, name, kernel);
src/system/kernel/fs/vfs.cpp
6655
status_t status = fd_and_path_to_dir_vnode(pathFD, path, directory, name,
src/system/kernel/fs/vfs.cpp
6688
status = fd_and_path_to_dir_vnode(fd, path, vnode, filename, kernel);
src/system/kernel/fs/vfs.cpp
6732
status = fd_and_path_to_dir_vnode(fd, path, fromVnode, fromName, kernel);
src/system/kernel/fs/vfs.cpp
6738
status = fd_and_path_to_dir_vnode(newFD, newPath, toVnode, toName, kernel);
src/system/kernel/fs/vfs.cpp
9674
status = fd_and_path_to_dir_vnode(fd, path, dir, filename, false);
src/tools/fs_shell/vfs.cpp
3155
status = fd_and_path_to_dir_vnode(fd, path, &directory, name, kernel);
src/tools/fs_shell/vfs.cpp
3345
status = fd_and_path_to_dir_vnode(fd, path, &vnode, filename, kernel);
src/tools/fs_shell/vfs.cpp
3548
status = fd_and_path_to_dir_vnode(fd, path, &directory, name, kernel);
src/tools/fs_shell/vfs.cpp
3781
status = fd_and_path_to_dir_vnode(fd, path, &vnode, name, kernel);
src/tools/fs_shell/vfs.cpp
3842
status = fd_and_path_to_dir_vnode(fd, path, &vnode, filename, kernel);
src/tools/fs_shell/vfs.cpp
3888
status = fd_and_path_to_dir_vnode(fd, path, &fromVnode, fromName, kernel);
src/tools/fs_shell/vfs.cpp
3892
status = fd_and_path_to_dir_vnode(newFD, newPath, &toVnode, toName, kernel);