Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fs.d/nfs/mount/
H A Dmount.c582 if ((r != RET_OK) || (vers == NFS_V4)) { in mount_nfs()
1242 if (nfsvers == NFS_V4 && in set_args()
1304 if (nfs_sec.sc_rpcnum == AUTH_DH || vers == NFS_V4) { in make_secure()
1309 if (use_pubfh == FALSE && vers != NFS_V4) in make_secure()
1339 if (vers == NFS_V4 && syncaddr && in make_secure()
1421 if ((get_pubfh == TRUE) || (vers == NFS_V4)) { in get_the_addr()
1428 if (vers == NFS_V4 && in get_the_addr()
1503 if ((get_pubfh == TRUE) && (vers != NFS_V4)) { in get_the_addr()
1976 case NFS_V4: in get_fh_via_pub()
2041 vers_to_try = NFS_V4; in get_fh()
[all …]
/titanic_44/usr/src/stand/lib/fs/nfs/
H A Dlookup.c189 case NFS_V4: in stlookuppn()
277 case NFS_V4: in stlookuppn()
H A Dnfsops.c285 case NFS_V4: in boot_nfs_read()
399 case NFS_V4: in boot_nfs_fstat()
H A Dmount.c411 NFS_V4, wait, &fd, in nfs4init()
440 roothandle.version = NFS_V4; in nfs4init()
726 case NFS_V4: in boot_nfs_mountroot()
H A Dnfs_inet.h124 (((cf)->version == NFS_V4) ? \
131 (((cf)->version == NFS_V4) ? \
H A Dnfs4ops.c478 cd.version = NFS_V4; in nfs4lookup()
576 cd.version = NFS_V4; in nfs4lookupp()
/titanic_44/usr/src/cmd/fs.d/autofs/
H A Dautod_nfs.c963 if (pubvers != NFS_V4) in nfsmount()
1049 case NFS_V4: v4cnt++; break; in nfsmount()
1063 case NFS_V4: v4near++; break; in nfsmount()
1090 nfsvers = NFS_V4; in nfsmount()
1109 case NFS_V4: in nfsmount()
1291 nfsvers != NFS_V4) { in nfsmount()
1505 posix = (nfsvers != NFS_V4 && in nfsmount()
1509 nfsvers != NFS_V4) { in nfsmount()
1852 if (nfsvers == NFS_V4) { in nfsmount()
1893 if (nfsvers == NFS_V4) { in nfsmount()
[all …]
/titanic_44/usr/src/cmd/dtrace/test/tst/common/nfs/
H A Dtst.call.c71 client = clnt_create("localhost", NFS4_PROGRAM, NFS_V4, "tcp"); in dotest()
/titanic_44/usr/src/cmd/fs.d/nfs/nfsd/
H A Dnfsd.c364 if (nfs_server_vers_max == NFS_V4) { in main()
365 if (nfs_server_vers_min == NFS_V4) { in main()
485 svc_unreg(NFS_PROGRAM, NFS_V4); in main()
/titanic_44/usr/src/uts/common/fs/nfs/
H A Dnfs_stats.c109 for (vers = NFS_VERSION; vers <= NFS_V4; vers++) { in nfsstat_zone_init_server()
121 for (vers = NFS_VERSION; vers <= NFS_V4; vers++) { in nfsstat_zone_fini_server()
H A Dnfs_common.c405 if (error = mount_root(*name ? name : "root", root_path, NFS_V4, in nfsdyn_mountroot()
H A Dnfs_dlinet.c332 case NFS_V4: in mount_root()
335 if (ping_prog(args->addr, NFS_PROGRAM, NFS_V4, IPPROTO_TCP, in mount_root()
2682 if (version == NFS_V4 && strcmp(val, NC_UDP) == 0) in init_mountopts()
2745 if (version == NFS_V4) in init_mountopts()
H A Dnfs_server.c388 if (versmax == NFS_V4) in nfs_srv_set_sc_versions()
488 if (nfs_versmax == (rpcvers_t)NFS_V4) in nfs_svc()
596 if (rsa->nfs_versmax == (rpcvers_t)NFS_V4) in rdma_start()
H A Dnfs4_vfsops.c2322 mi->mi_vers = NFS_V4; in nfs4rootvp()
3018 if (error = mount_root(*name ? name : "root", root_path, NFS_V4, in nfs4_mountroot()
H A Dnfs4_stub_vnops.c3343 if (clnt_tli_kcreate(knc, addr, NFS_PROGRAM, NFS_V4, in nfs4_ping_server_common()
H A Dnfs4_recovery.c1624 NFS_PROGRAM, NFS_V4, 0, 1, CRED(), &cl); in recov_newserver()
/titanic_44/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c124 #define NFS_V4 4 macro
1235 if (mik.mik_vers < NFS_V4 && mik.mik_flags & MI_READDIRONLY) in mi_print()
1242 if (mik.mik_vers >= NFS_V4) { in mi_print()
/titanic_44/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_resolve.c352 if (prog == NFS_PROGRAM && vers == NFS_V4) in get_server_addr()
H A Dnfs_tbind.c593 vers == NFS_V4 && in do_one()
/titanic_44/usr/src/head/rpcsvc/
H A Dnfs4_prot.x1512 version NFS_V4 {
/titanic_44/usr/src/cmd/fs.d/nfs/nfsmapid/
H A Dnfsmapid_server.c635 get_nfs4ref_info(host, NFS_PORT, NFS_V4); in nfsmapid_server_netinfo()
/titanic_44/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h1632 #define NFS_V4 4 macro