📄 fist.h
字号:
/* * Copyright (c) 1997-2003 Erez Zadok * Copyright (c) 2001-2003 Stony Brook University * Copyright (c) 1997-2000 Columbia University * * For specific licensing information, see the COPYING file distributed with * this package, or get one from ftp://ftp.filesystems.org/pub/fist/COPYING. * * This Copyright notice must be kept intact and distributed with all * fistgen sources INCLUDING sources generated by fistgen. */#ifndef __FIST_H_#define __FIST_H_#include <sys/types.h>#ifdef _KERNEL#include <sys/dirent.h>#include <sys/ioccom.h>#include <sys/malloc.h>#include <sys/namei.h>#include <sys/param.h>#include <sys/proc.h>#include <sys/sysctl.h>#include <sys/systm.h>#include <sys/vnode.h>#include <sys/buf.h>#include <sys/kernel.h>#include <sys/mount.h>#include <sys/fcntl.h>#include <vm/vm.h>#include <vm/vm_extern.h>#include <vm/vm_object.h>#include <vm/vm_pageout.h>#include <vm/vm_page.h>#include <vm/vm_pager.h>#include <vm/vm_zone.h>#include <vm/vnode_pager.h>#include <machine/cputypes.h>#else /* not _KERNEL */#include <string.h>#endif /* not _KERNEL *//* definitions for both user and kernel code */#include <stdarg.h>#endif /* not __FIST_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -