Searched refs:mntvers (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c3912 uint32_t mntvers, mntport, val; local
3919 mntvers = (nfsvers == NFS_VER2) ? RPCMNT_VER1 : RPCMNT_VER3;
3935 error = nfs_portmap_lookup(nmp, ctx, saddr, NULL, RPCPROG_MNT, mntvers, mntproto, timeo);
3960 RPCPROG_MNT, mntvers, RPCMNT_MOUNT,
3996 uint32_t mntvers, mntport; local
4006 mntvers = (nmp->nm_vers == NFS_VER2) ? RPCMNT_VER1 : RPCMNT_VER3;
4017 error = nfs_portmap_lookup(nmp, ctx, saddr, NULL, RPCPROG_MNT, mntvers, mntproto, timeo);
4023 /* if not found and mntvers > VER1, then retry with VER1 */
4025 if (mntvers > RPCMNT_VER1) {
4026 mntvers
[all...]
H A Dnfs_socket.c1182 int mntvers = (nfsvers == NFS_VER2) ? RPCMNT_VER1 : RPCMNT_VER3; local
1185 nso->nso_so, RPCPROG_MNT, mntvers, mntproto, timeo);
1233 int mntvers = (nfsvers == NFS_VER2) ? RPCMNT_VER1 : RPCMNT_VER3; local
1236 NULL, RPCPROG_MNT, mntvers, mntproto, timeo);

Completed in 77 milliseconds