Changeset View
Changeset View
Standalone View
Standalone View
sys/fs/nfsclient/nfs_clcomsubs.c
Context not available. | |||||
#ifndef APPLEKEXT | #ifndef APPLEKEXT | ||||
#include <fs/nfs/nfsport.h> | #include <fs/nfs/nfsport.h> | ||||
extern struct nfsstats newnfsstats; | extern struct nfsstatsv1 nfsstatsv1; | ||||
extern struct nfsv4_opflag nfsv4_opflag[NFSV41_NOPS]; | extern struct nfsv4_opflag nfsv4_opflag[NFSV41_NOPS]; | ||||
extern int ncl_mbuf_mlen; | extern int ncl_mbuf_mlen; | ||||
extern enum vtype newnv2tov_type[8]; | extern enum vtype newnv2tov_type[8]; | ||||
Context not available. | |||||
} else { | } else { | ||||
(void) nfsm_fhtom(nd, nfhp, fhlen, 0); | (void) nfsm_fhtom(nd, nfhp, fhlen, 0); | ||||
} | } | ||||
if (procnum < NFSV4_NPROCS) | if (procnum < NFSV41_NPROCS) | ||||
NFSINCRGLOBAL(newnfsstats.rpccnt[procnum]); | NFSINCRGLOBAL(nfsstatsv1.rpccnt[procnum]); | ||||
} | } | ||||
#ifndef APPLE | #ifndef APPLE | ||||
Context not available. |