Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions | Variables
inode.c File Reference
#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.

Data Structures

struct  hypfs_sb_info
 

Macros

#define KMSG_COMPONENT   "hypfs"
 
#define pr_fmt(fmt)   KMSG_COMPONENT ": " fmt
 
#define HYPFS_MAGIC   0x687970 /* ASCII 'hyp' */
 
#define TMP_SIZE   64 /* size of temporary buffers */
 

Enumerations

enum  { opt_uid, opt_gid, opt_err }
 

Functions

struct dentryhypfs_mkdir (struct super_block *sb, struct dentry *parent, const char *name)
 
struct dentryhypfs_create_u64 (struct super_block *sb, struct dentry *dir, const char *name, __u64 value)
 
struct dentryhypfs_create_str (struct super_block *sb, struct dentry *dir, const char *name, char *string)
 

Variables

struct hypfs_sb_info __attribute__
 

Macro Definition Documentation

#define HYPFS_MAGIC   0x687970 /* ASCII 'hyp' */

Definition at line 27 of file inode.c.

#define KMSG_COMPONENT   "hypfs"

Definition at line 8 of file inode.c.

#define pr_fmt (   fmt)    KMSG_COMPONENT ": " fmt

Definition at line 9 of file inode.c.

#define TMP_SIZE   64 /* size of temporary buffers */

Definition at line 28 of file inode.c.

Enumeration Type Documentation

anonymous enum
Enumerator:
opt_uid 
opt_gid 
opt_err 

Definition at line 218 of file inode.c.

Function Documentation

struct dentry* hypfs_create_str ( struct super_block sb,
struct dentry dir,
const char name,
char string 
)
read

Definition at line 425 of file inode.c.

struct dentry* hypfs_create_u64 ( struct super_block sb,
struct dentry dir,
const char name,
__u64  value 
)
read

Definition at line 404 of file inode.c.

struct dentry* hypfs_mkdir ( struct super_block sb,
struct dentry parent,
const char name 
)
read

Definition at line 377 of file inode.c.

Variable Documentation