Home
last modified time | relevance | path

Searched refs:dis_getfh (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/nfs/
H A Dnfs_dispatch.h59 void *(*dis_getfh)(); /* returns the fhandle for the req */ member
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c1584 if (disp->dis_getfh != NULL) { in common_dispatch()
1591 fh = (*disp->dis_getfh)(args); in common_dispatch()