Searched refs:use_pubfh (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 403 bool_t use_pubfh; local 457 use_pubfh = FALSE; 526 use_pubfh = TRUE; 564 if ((use_pubfh == TRUE) || (url == TRUE)) { 565 r = get_fh_via_pub(argp, host, path, url, use_pubfh, 573 if (use_pubfh == TRUE) { 578 use_pubfh = TRUE; 684 if (use_pubfh == FALSE) { 701 if (make_secure(argp, host, nconf, use_pubfh, vers) < 0) { 706 if ((url == TRUE) && (use_pubfh 1258 make_secure(struct nfs_args *args, char *hostname, struct netconfig *nconf, bool_t use_pubfh, rpcvers_t vers) argument [all...] |
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 693 bool_t use_pubfh; local 768 use_pubfh = (hasmntopt(&m, MNTOPT_PUBLIC) == NULL) ? FALSE : TRUE; 866 if (use_pubfh == TRUE || mfs->mfs_flags & MFS_URL) { 970 if (use_pubfh == TRUE) { 1103 if (use_pubfh == FALSE) { 1110 if (use_pubfh == FALSE) {
|
Completed in 76 milliseconds