Linux Kernel
3.7.1
|
#include <linux/types.h>
#include <linux/errno.h>
#include <linux/string.h>
#include <linux/vmalloc.h>
#include <asm/ebcdic.h>
#include <asm/timex.h>
#include "hypfs.h"
Go to the source code of this file.
Data Structures | |
struct | diag2fc_data |
struct | diag2fc_parm_list |
struct | dbfs_d2fc_hdr |
struct | dbfs_d2fc |
Macros | |
#define | NAME_LEN 8 |
#define | DBFS_D2FC_HDR_VERSION 0 |
#define | ATTRIBUTE(sb, dir, name, member) |
Functions | |
int | hypfs_vm_create_files (struct super_block *sb, struct dentry *root) |
struct dbfs_d2fc_hdr | __attribute__ ((packed)) |
int | hypfs_vm_init (void) |
void | hypfs_vm_exit (void) |
Variables | |
struct diag2fc_data | __attribute__ |
u64 | len |
u16 | version |
char | tod_ext [16] |
u64 | count |
char | reserved [30] |
struct dbfs_d2fc_hdr | hdr |
char | buf [] |
Definition at line 110 of file hypfs_vm.c.
#define DBFS_D2FC_HDR_VERSION 0 |
Definition at line 17 of file hypfs_vm.c.
#define NAME_LEN 8 |
Definition at line 16 of file hypfs_vm.c.
|
read |
Definition at line 171 of file esd_usb2.c.
int hypfs_vm_create_files | ( | struct super_block * | sb, |
struct dentry * | root | ||
) |
Definition at line 172 of file hypfs_vm.c.
Definition at line 278 of file hypfs_vm.c.
Definition at line 265 of file hypfs_vm.c.
Definition at line 240 of file hypfs_vm.c.
u64 count |
Definition at line 237 of file hypfs_vm.c.
Definition at line 239 of file hypfs_vm.c.
u64 len |
Definition at line 234 of file hypfs_vm.c.
char reserved[30] |
Definition at line 238 of file hypfs_vm.c.
char tod_ext[16] |
Definition at line 236 of file hypfs_vm.c.
u16 version |
Definition at line 235 of file hypfs_vm.c.