Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
internal.h File Reference
#include <linux/romfs_fs.h>

Go to the source code of this file.

Data Structures

struct  romfs_inode_info
 

Macros

#define romfs_ro_fops   generic_ro_fops
 

Functions

int romfs_dev_read (struct super_block *sb, unsigned long pos, void *buf, size_t buflen)
 
ssize_t romfs_dev_strnlen (struct super_block *sb, unsigned long pos, size_t maxlen)
 
int romfs_dev_strcmp (struct super_block *sb, unsigned long pos, const char *str, size_t size)
 

Macro Definition Documentation

#define romfs_ro_fops   generic_ro_fops

Definition at line 36 of file internal.h.

Function Documentation

int romfs_dev_read ( struct super_block sb,
unsigned long  pos,
void buf,
size_t  buflen 
)

Definition at line 218 of file storage.c.

int romfs_dev_strcmp ( struct super_block sb,
unsigned long  pos,
const char str,
size_t  size 
)

Definition at line 271 of file storage.c.

ssize_t romfs_dev_strnlen ( struct super_block sb,
unsigned long  pos,
size_t  maxlen 
)

Definition at line 243 of file storage.c.