Searched defs:get_export_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/nfs/nfslog/
H A Dfhtab.c85 static char *get_export_path(fhandle_t *, char *);
797 * In the past it called get_export_path() to get the name of the
840 if ((path = get_export_path(fh, path)) == NULL) {
856 * HACK!!! To get rid of get_export_path() use
860 get_export_path(fhandle_t *fh, char *path) function

Completed in 64 milliseconds