-use GETATTR to get the file attributes corresponding to the file
handle from NFS
-figure out the inode from the file attributes
-run ncheck to resolve the pathname.
The problem is that ncheck is a prohibitively expensive operation
(takes forever), and the application that I need it for makes such
calls quite frequently. Are there any alternative ways to do this in Linux, Unix or BSD?