Lines Matching refs:traverseLeafLink

414 static status_t common_path_read_stat(int fd, char* path, bool traverseLeafLink,
418 bool traverseLeafLink, bool kernel,
422 static status_t fd_and_path_to_vnode(int fd, char* path, bool traverseLeafLink,
2129 vnode_path_to_vnode(struct vnode* start, char* path, bool traverseLeafLink,
2213 && (traverseLeafLink || directoryFound)) {
2304 vnode_path_to_vnode(struct vnode* vnode, char* path, bool traverseLeafLink,
2307 return vnode_path_to_vnode(vnode, path, traverseLeafLink, 0,
2754 fd_and_path_to_vnode(int fd, char* path, bool traverseLeafLink,
2765 return path_to_vnode(path, traverseLeafLink, _vnode, _parentID, kernel);
2774 return vnode_path_to_vnode(vnode, path, traverseLeafLink, kernel,
4279 bool traverseLeafLink, bool kernel, void** _node)
4299 status = path_to_vnode(buffer, traverseLeafLink, vnode, NULL, kernel);
4303 status = vnode_path_to_vnode(mount->root_vnode, buffer, traverseLeafLink,
4325 vfs_read_stat(int fd, const char* path, bool traverseLeafLink,
4337 traverseLeafLink, stat, kernel);
6483 bool traverseLeafLink, bool kernel)
6498 status = fd_and_path_to_vnode(toFD, toPath, traverseLeafLink, vnode, NULL,
6639 common_path_read_stat(int fd, char* path, bool traverseLeafLink,
6646 status_t status = fd_and_path_to_vnode(fd, path, traverseLeafLink, vnode,
6658 common_path_write_stat(int fd, char* path, bool traverseLeafLink,
6665 status_t status = fd_and_path_to_vnode(fd, path, traverseLeafLink, vnode,
6680 attr_dir_open(int fd, char* path, bool traverseLeafLink, bool kernel)
6686 status_t status = fd_and_path_to_vnode(fd, path, traverseLeafLink, vnode,
8492 bool traverseLeafLink)
8500 toPathBuffer.LockBuffer(), traverseLeafLink, true);
8583 \param traverseLeafLink If \a path is given, \c true specifies that the
8591 _kern_read_stat(int fd, const char* path, bool traverseLeafLink,
8607 status = vfs_read_stat(fd, path, traverseLeafLink, stat, true);
8628 \param traverseLeafLink If \a path is given, \c true specifies that the
8638 _kern_write_stat(int fd, const char* path, bool traverseLeafLink,
8663 traverseLeafLink, stat, statMask, true);
8682 _kern_open_attr_dir(int fd, const char* path, bool traverseLeafLink)
8688 return attr_dir_open(fd, pathBuffer.LockBuffer(), traverseLeafLink, true);
9408 const char* userToPath, bool traverseLeafLink)
9431 return common_create_link(pathFD, path, toFD, toPath, traverseLeafLink,
9643 _user_write_stat(int fd, const char* userPath, bool traverseLeafLink,
9676 status = common_path_write_stat(fd, path, traverseLeafLink, &stat,
9697 _user_open_attr_dir(int fd, const char* userPath, bool traverseLeafLink)
9713 return attr_dir_open(fd, userPath ? path : NULL, traverseLeafLink, false);