OXIESEC PANEL
- Current Dir:
/
/
usr
/
src
/
linux-headers-4.15.0-197
/
include
/
uapi
/
linux
/
nfsd
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
11/17/2022 06:42:23 AM
rwxr-xr-x
📄
cld.h
1.88 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
debug.h
751 bytes
01/28/2018 09:20:33 PM
rw-r--r--
📄
export.h
2.08 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
nfsfh.h
3.45 KB
01/28/2018 09:20:33 PM
rw-r--r--
📄
stats.h
436 bytes
01/28/2018 09:20:33 PM
rw-r--r--
Editing: stats.h
Close
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * linux/include/linux/nfsd/stats.h * * Statistics for NFS server. * * Copyright (C) 1995, 1996 Olaf Kirch <okir@monad.swb.de> */ #ifndef _UAPILINUX_NFSD_STATS_H #define _UAPILINUX_NFSD_STATS_H #include <linux/nfs4.h> /* thread usage wraps very million seconds (approx one fortnight) */ #define NFSD_USAGE_WRAP (HZ*1000000) #endif /* _UAPILINUX_NFSD_STATS_H */