Searched refs:MOUNTVERS3 (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/head/rpcsvc/ |
H A D | mount.x | 329 version MOUNTVERS3 {
|
/titanic_41/usr/src/cmd/fs.d/nfs/mountd/ |
H A D | mountd.c | 123 static int mount_vers_max = MOUNTVERS3; 610 svc_unreg(MOUNTPROG, MOUNTVERS3); in main() 678 if (mount_vers_max >= MOUNTVERS3) { in main() 679 if (svc_create(mnt, MOUNTPROG, MOUNTVERS3, "datagram_v") == 0) { in main() 684 if (svc_create(mnt, MOUNTPROG, MOUNTVERS3, "circuit_v") == 0) { in main() 1399 vers = (version == MOUNTVERS3) ? NFS_V3 : NFS_VERSION; in mount() 1414 if (version == MOUNTVERS3) { in mount() 1441 case MOUNTVERS3: in mount()
|
/titanic_41/usr/src/cmd/fs.d/nfs/umount/ |
H A D | umount.c | 346 vers = MOUNTVERS3; in inform_server()
|
/titanic_41/usr/src/cmd/dtrace/test/tst/common/nfs/ |
H A D | tst.call3.c | 364 mountclient = clnt_create("localhost", MOUNTPROG, MOUNTVERS3, "tcp"); in dotest()
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | mount.c | 336 status = brpc_call((rpcprog_t)MOUNTPROG, (rpcvers_t)MOUNTVERS3, in nfs3mountroot()
|
/titanic_41/usr/src/cmd/fs.d/nfs/mount/ |
H A D | mount.c | 2031 vers_to_try = MOUNTVERS3; in get_fh() 2032 vers_min = MOUNTVERS3; in get_fh() 2243 case MOUNTVERS3: in get_fh()
|
/titanic_41/usr/src/cmd/rexd/ |
H A D | mount_nfs.c | 281 case MOUNTVERS3: in mount_nfs()
|
/titanic_41/usr/src/uts/common/fs/nfs/ |
H A D | nfs_dlinet.c | 110 #define MOUNTVERS3 3 macro 501 (rpcvers_t)MOUNTVERS3, (rpcprot_t)IPPROTO_UDP); in mountnfs3() 528 (rpcvers_t)MOUNTVERS3, (rpcproc_t)MOUNTPROC_MNT, in mountnfs3()
|
/titanic_41/usr/src/cmd/fs.d/autofs/ |
H A D | autod_nfs.c | 1115 mountversmax = MOUNTVERS3; in nfsmount() 1116 versmin = MOUNTVERS3; in nfsmount() 1664 case MOUNTVERS3: in nfsmount()
|