Home
last modified time | relevance | path

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

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