site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=gIcN1ZOVGxsyuxOFty9+QqLPWC9LXMIh2A8s46ZzeUA=; b=ZZ4PYfrMtc/IwsAs/lUJYqlrucmMgMIn+hZE+KuH2k8Z/jd3aa/ZqnED5+F0sRaavW2ZCaItNYs3v0zfjWuaP9QKMqN+IF/YW7CR6Ee1zWv97xWizTegc0i3t3UbFv3yd7yhiGnqCySAgmZXLJfG/vEIHqtdI63r7kP7QvuWsjg= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=lCoYPrmgA8DhVpMMico02fJXN2/aual13qzvXEoiuBLx/d3/931HVcWm/zQdFqNzZCLOYbYMougWu/01tUMbGF/vE96RmtjEYfgTgVPvweRxnwggDUoqKmGp7pRkgBYqSD5DWnqo9okXTd1cPNmXvqRAQkTAEKJhOwd3CUK1/9Y= int vn_getpath( struct vnode *vp, char *pathbuf, int *len); Alas, such documentation does not exist. <http://developer.apple.com/qa/qa2001/qa1242.html> Sorry that we don't have a better answer )-: _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com Documentation for the VFS KPI does not exist anymore, but it was present in the past at the link I've specified below. I still have the local documentation, here it is a description of a function: vn_getpath int vn_getpath( struct vnode *vp, char *pathbuf, int *len); Discussion Description forthcoming Even in the DTS Q&A 1242 you mentioned it says: "Documentation for the VFS KPI is still rather rudimentary. Apple will rectify this in the future (r. 3524590); in the meantime, this Q&A includes a list of references to documentation and other resources.". By the way, how/where can I see these rdar problems ??? So, will docs for VFS KPI be updated or did they disappeared for undefined time ??? Thank you ! At 12:03 +0200 21/2/08, Sorin Negoita wrote: I was wondering what happened with the vnode online documentation from <http://developer.apple.com/documentation/Darwin/Reference/KPI_Reference/vnode/index.html>http://developer.apple.com/documentation/Darwin/Reference/KPI_Reference/vnode/index.html. Now it sais "Page not found" and it redirects me to the KPI Reference page, but the vnode related functions are missing. Does anynody know another page with vnode docs because I couldn't find one :( DTS Q&A 1242 "Developing For VFS" has a reasonably up-to-date summary of the state of VFS plug-in development on Mac OS X. If you have specific questions I'd be happy to help out (either here or on <http://lists.apple.com/mailman/listinfo/filesystem-dev>).