Searched refs:RPCMNT_VER1 (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.101.4/bsd/nfs/ |
| H A D | rpcv2.h | 141 #define RPCMNT_VER1 1 macro
|
| H A D | nfs_vfsops.c | 4010 …nmp, vfs_context_current(), (struct sockaddr*)&ss, NULL, RPCPROG_STAT, RPCMNT_VER1, NM_OMFLAG(nmp,… in nfs3_check_lockmode() 4050 mntvers = (nfsvers == NFS_VER2) ? RPCMNT_VER1 : RPCMNT_VER3; in nfs3_mount_rpc() 4154 mntvers = (nmp->nm_vers == NFS_VER2) ? RPCMNT_VER1 : RPCMNT_VER3; in nfs3_umount_rpc() 4179 if (mntvers > RPCMNT_VER1) { in nfs3_umount_rpc() 4180 mntvers = RPCMNT_VER1; in nfs3_umount_rpc() 4183 mntvers = (nmp->nm_vers == NFS_VER2) ? RPCMNT_VER1 : RPCMNT_VER3; in nfs3_umount_rpc() 4203 RPCPROG_MNT, RPCMNT_VER1, RPCMNT_UMOUNT, in nfs3_umount_rpc()
|
| H A D | nfs_boot.c | 735 int mntversion = v3 ? RPCMNT_VER3 : RPCMNT_VER1; in md_mount()
|
| H A D | nfs_socket.c | 1562 int mntvers = (nfsvers == NFS_VER2) ? RPCMNT_VER1 : RPCMNT_VER3; in nfs_connect() 1625 int mntvers = (nfsvers == NFS_VER2) ? RPCMNT_VER1 : RPCMNT_VER3; in nfs_connect()
|