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

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_srv.c346 bool_t publicfh_flag = FALSE, auth_weak = FALSE; local
414 publicfh_flag = TRUE;
445 if (!error && publicfh_flag &&
457 * If publicfh_flag is true then we have called rfs_publicfh_mclookup
462 if (publicfh_flag && exi != NULL)
H A Dnfs3_srv.c379 bool_t publicfh_flag = FALSE, auth_weak = FALSE; local
441 publicfh_flag = TRUE;
445 exi_rele(exi); /* See comment below Re: publicfh_flag */
493 if (publicfh_flag && exi != NULL)
511 if (!error && publicfh_flag && !chk_clnt_sec(exi, req))
516 * If publicfh_flag is true then we have called rfs_publicfh_mclookup
521 if (publicfh_flag)

Completed in 70 milliseconds