Searched refs:mnt_version (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/amd/amd/ |
| HD | amfs_host.c | 317 u_long mnt_version; in amfs_host_mount() local 348 mnt_version = AM_MOUNTVERS3; in amfs_host_mount() 351 mnt_version = MOUNTVERS; in amfs_host_mount() 367 client = get_mount_client(host, &sin, &tv, &sock, mnt_version); in amfs_host_mount() 639 u_long mnt_version; in amfs_host_umounted() local 661 mnt_version = AM_MOUNTVERS3; in amfs_host_umounted() 664 mnt_version = MOUNTVERS; in amfs_host_umounted() 671 client = get_mount_client(host, &sin, &tv, &sock, mnt_version); in amfs_host_umounted()
|
| HD | srvr_nfs.c | 274 u_long mnt_version; in recompute_portmap() local 300 mnt_version = AM_MOUNTVERS3; in recompute_portmap() 303 mnt_version = MOUNTVERS; in recompute_portmap() 305 plog(XLOG_INFO, "Using MOUNT version: %d", (int) mnt_version); in recompute_portmap() 306 call_portmap(fs, nfs_auth, MOUNTPROG, mnt_version, (u_long) IPPROTO_UDP); in recompute_portmap()
|
| HD | ops_nfs.c | 533 u_long mnt_version; in call_mountd() local 552 mnt_version = AM_MOUNTVERS3; in call_mountd() 555 mnt_version = MOUNTVERS; in call_mountd() 557 (int) fp->fh_nfs_version, (int) mnt_version); in call_mountd() 559 rpc_msg_init(&mnt_msg, MOUNTPROG, mnt_version, MOUNTPROC_NULL); in call_mountd()
|
| /NextBSD/contrib/amd/conf/transp/ |
| HD | transp_sockets.c | 163 …ient(char *unused_host, struct sockaddr_in *sin, struct timeval *tv, int *sock, u_long mnt_version) in get_mount_client() argument 182 if ((sin->sin_port = htons(pmap_getport(sin, MOUNTPROG, mnt_version, IPPROTO_TCP))) != 0) { in get_mount_client() 184 && ((client = clnttcp_create(sin, MOUNTPROG, mnt_version, sock, 0, 0)) != NULL)) in get_mount_client() 212 if ((client = clntudp_create(sin, MOUNTPROG, mnt_version, *tv, sock)) == NULL) { in get_mount_client()
|
| /NextBSD/contrib/amd/include/ |
| HD | am_utils.h | 271 …ent(char *unused_host, struct sockaddr_in *sin, struct timeval *tv, int *sock, u_long mnt_version);
|
| /NextBSD/contrib/amd/ |
| HD | ChangeLog | 8534 (call_mountd): Likewise, mnt_version also. 8548 (recompute_portmap): Likewise for fs->fs_version, mnt_version.
|