#include <linux/types.h>
#include <linux/errno.h>
#include <linux/fs.h>
#include <linux/namei.h>
#include <linux/vfs.h>
#include <linux/slab.h>
#include <linux/pagemap.h>
#include <linux/time.h>
#include <linux/parser.h>
#include <linux/sysfs.h>
#include <linux/module.h>
#include <linux/seq_file.h>
#include <linux/mount.h>
#include <asm/ebcdic.h>
#include "hypfs.h"
Go to the source code of this file.
#define HYPFS_MAGIC 0x687970 /* ASCII 'hyp' */ |
#define KMSG_COMPONENT "hypfs" |
#define TMP_SIZE 64 /* size of temporary buffers */ |
- Enumerator:
-
Definition at line 218 of file inode.c.