Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_server.c188 #define PUBLICFH_CHECK(ne, disp, exi, fsid, xfid) \ argument
192 fsid, xfid))))
1605 fid_t *fid, *xfid; in common_dispatch() local
1615 xfid = (fid_t *)&fh2->fh_xlen; in common_dispatch()
1621 xfid = FH3TOXFIDP(fh3); in common_dispatch()
1645 if ((dis_flags & RPC_ALLOWANON) && EQFID(fid, xfid)) in common_dispatch()
1652 exi = checkexport(fsid, xfid); in common_dispatch()
1655 publicfh_ok = PUBLICFH_CHECK(ne, disp, exi, fsid, xfid); in common_dispatch()