Changeset View
Changeset View
Standalone View
Standalone View
sys/fs/nfs/nfsport.h
Context not available. | |||||
#include <sys/malloc.h> | #include <sys/malloc.h> | ||||
#include <sys/mbuf.h> | #include <sys/mbuf.h> | ||||
#include <sys/mount.h> | #include <sys/mount.h> | ||||
#include <sys/mutex.h> | |||||
#include <sys/namei.h> | #include <sys/namei.h> | ||||
#include <sys/proc.h> | #include <sys/proc.h> | ||||
#include <sys/protosw.h> | #include <sys/protosw.h> | ||||
Context not available. | |||||
int cllocalopens; | int cllocalopens; | ||||
int cllocallockowners; | int cllocallockowners; | ||||
int cllocallocks; | int cllocallocks; | ||||
uint64_t srvstartcnt; | |||||
uint64_t srvdonecnt; | |||||
uint64_t srvbytes[NFSV4OP_NOPS + NFSV4OP_FAKENOPS]; | |||||
uint64_t srvops[NFSV4OP_NOPS + NFSV4OP_FAKENOPS]; | |||||
struct bintime srvduration[NFSV4OP_NOPS + NFSV4OP_FAKENOPS]; | |||||
struct bintime busyfrom; | |||||
struct bintime busytime; | |||||
}; | }; | ||||
#ifdef _KERNEL | #ifdef _KERNEL | ||||
Context not available. |