/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdkrpc.c | 95 NFSD_VNET_DEFINE_STATIC(int, nfs_maxvers) = NFS_VER4; 558 if (NFSD_VNET(nfs_maxvers) >= NFS_VER4) in nfsrvd_addsock() 559 svc_reg(xprt, NFS_PROG, NFS_VER4, nfssvc_program, in nfsrvd_addsock() 619 NFS_VER4); in nfsrvd_nfsd() 650 rpc_gss_clear_svc_name_call(NFS_PROG, NFS_VER4); in nfsrvd_nfsd()
|
H A D | nfs_nfsdport.c | 5372 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrv_readdsrpc() 5521 cred, NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrv_writedsdorpc() 5718 cred, NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrv_allocatedsdorpc() 5884 cred, NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrv_deallocatedsdorpc() 6046 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrv_setattrdsdorpc() 6228 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrv_setacldsdorpc() 6360 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrv_getattrdsrpc() 6425 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrv_seekdsrpc()
|
H A D | nfs_nfsdstate.c | 8062 *tl++ = txdr_unsigned(NFS_VER4); /* NFSv4. */ in nfsrv_allocdevid() 8067 *tl++ = txdr_unsigned(NFS_VER4); /* NFSv4. */ in nfsrv_allocdevid()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clrpcops.c | 608 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrpc_openrpc() 970 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrpc_closerpc() 1249 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrpc_setclient() 1273 cred, NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrpc_setclient() 1340 vers = NFS_VER4; in nfsrpc_getattrnovp() 4742 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrpc_locku() 4822 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrpc_lock() 5082 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrpc_renew() 5085 NFS_PROG, NFS_VER4, NULL, 1, NULL, &dsp->nfsclds_sess); in nfsrpc_renew() 5127 NFS_PROG, NFS_VER4, NUL in nfsrpc_rellockown() [all...] |
H A D | nfs_clport.c | 909 vers = NFS_VER4; in nfscl_request()
|
H A D | nfs_clvfsops.c | 1675 nmp->nm_sockreq.nr_vers = NFS_VER4; in mountnfs()
|
/freebsd/sys/nfs/ |
H A D | nfsproto.h | 53 #define NFS_VER4 4 macro
|
/freebsd/usr.sbin/nfsd/ |
H A D | nfsd.c | 79 #define NFS_VER4 4 macro 313 if (error != 0 || nfs_minvers < NFS_VER2 || nfs_minvers > NFS_VER4) { in main()
|
/freebsd/sys/fs/nfs/ |
H A D | nfsproto.h | 54 #define NFS_VER4 4 macro
|
H A D | nfs_commonsubs.c | 340 if (vers == NFS_VER4) { in nfscl_reqstart() 5174 NFS_PROG, NFS_VER4, NULL, 1, NULL, NULL); in nfsrpc_destroysession()
|
/freebsd/usr.sbin/mountd/ |
H A D | mountd.c | 2093 NFS_VER4) { in get_exportlist() 2098 if (nfs_maxvers == NFS_VER4) in get_exportlist()
|