Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
dev_mtd.c File Reference
#include "logfs.h"
#include <linux/completion.h>
#include <linux/mount.h>
#include <linux/sched.h>
#include <linux/slab.h>

Go to the source code of this file.

Macros

#define PAGE_OFS(ofs)   ((ofs) & (PAGE_SIZE-1))
 

Functions

int logfs_get_sb_mtd (struct logfs_super *s, int mtdnr)
 

Macro Definition Documentation

#define PAGE_OFS (   ofs)    ((ofs) & (PAGE_SIZE-1))

Definition at line 14 of file dev_mtd.c.

Function Documentation

int logfs_get_sb_mtd ( struct logfs_super s,
int  mtdnr 
)

Definition at line 264 of file dev_mtd.c.