Searched refs:mnt_version (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/amd/amd/ |
| D | amfs_host.c | 320 u_long mnt_version; in amfs_host_mount() local 351 mnt_version = AM_MOUNTVERS3; in amfs_host_mount() 354 mnt_version = MOUNTVERS; in amfs_host_mount() 370 client = get_mount_client(host, &sin, &tv, &sock, mnt_version); in amfs_host_mount() 640 u_long mnt_version; in amfs_host_umounted() local 662 mnt_version = AM_MOUNTVERS3; in amfs_host_umounted() 665 mnt_version = MOUNTVERS; in amfs_host_umounted() 672 client = get_mount_client(host, &sin, &tv, &sock, mnt_version); in amfs_host_umounted()
|
| D | 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()
|
| D | ops_nfs.c | 539 u_long mnt_version; in call_mountd() local 560 mnt_version = AM_MOUNTVERS3; in call_mountd() 563 mnt_version = MOUNTVERS; in call_mountd() 565 (int) fp->fh_nfs_version, (int) mnt_version); in call_mountd() 567 rpc_msg_init(&mnt_msg, MOUNTPROG, mnt_version, MOUNTPROC_NULL); in call_mountd()
|
| /freebsd-12-stable/contrib/amd/conf/transp/ |
| D | transp_sockets.c | 159 …ient(char *unused_host, struct sockaddr_in *sin, struct timeval *tv, int *sock, u_long mnt_version) in get_mount_client() argument 178 if ((sin->sin_port = htons(pmap_getport(sin, MOUNTPROG, mnt_version, IPPROTO_TCP))) != 0) { in get_mount_client() 180 && ((client = clnttcp_create(sin, MOUNTPROG, mnt_version, sock, 0, 0)) != NULL)) in get_mount_client() 208 if ((client = clntudp_create(sin, MOUNTPROG, mnt_version, *tv, sock)) == NULL) { in get_mount_client()
|
| /freebsd-12-stable/contrib/amd/include/ |
| D | am_utils.h | 271 …ent(char *unused_host, struct sockaddr_in *sin, struct timeval *tv, int *sock, u_long mnt_version);
|
| /freebsd-12-stable/contrib/amd/ |
| D | ChangeLog | 9594 (call_mountd): Likewise, mnt_version also. 9608 (recompute_portmap): Likewise for fs->fs_version, mnt_version.
|