Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
storage.c File Reference
#include <linux/fs.h>
#include <linux/mtd/super.h>
#include <linux/buffer_head.h>
#include "internal.h"

Go to the source code of this file.

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)
 

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.