Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c403 bool_t use_pubfh; in mount_nfs() local
457 use_pubfh = FALSE; in mount_nfs()
526 use_pubfh = TRUE; in mount_nfs()
564 if ((use_pubfh == TRUE) || (url == TRUE)) { in mount_nfs()
565 r = get_fh_via_pub(argp, host, path, url, use_pubfh, in mount_nfs()
573 if (use_pubfh == TRUE) { in mount_nfs()
578 use_pubfh = TRUE; in mount_nfs()
684 if (use_pubfh == FALSE) { in mount_nfs()
706 if ((url == TRUE) && (use_pubfh == FALSE)) { in mount_nfs()
1259 bool_t use_pubfh, rpcvers_t vers) in make_secure() argument
[all …]
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c688 bool_t use_pubfh; in nfsmount() local
763 use_pubfh = (hasmntopt(&m, MNTOPT_PUBLIC) == NULL) ? FALSE : TRUE; in nfsmount()
861 if (use_pubfh == TRUE || mfs->mfs_flags & MFS_URL) { in nfsmount()
965 if (use_pubfh == TRUE) { in nfsmount()
1098 if (use_pubfh == FALSE) { in nfsmount()
1105 if (use_pubfh == FALSE) { in nfsmount()