Searched refs:xfid (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_server.c | 180 #define PUBLICFH_CHECK(disp, exi, fsid, xfid) \ argument 184 fsid, xfid)))) 1587 fid_t *fid, *xfid; in common_dispatch() local 1597 xfid = (fid_t *)&fh2->fh_xlen; in common_dispatch() 1603 xfid = FH3TOXFIDP(fh3); in common_dispatch() 1627 if ((dis_flags & RPC_ALLOWANON) && EQFID(fid, xfid)) in common_dispatch() 1650 exi = checkexport(fsid, xfid, NULL); in common_dispatch() 1653 publicfh_ok = PUBLICFH_CHECK(disp, exi, fsid, xfid); in common_dispatch()
|