Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
mmp.c File Reference
#include <linux/fs.h>
#include <linux/random.h>
#include <linux/buffer_head.h>
#include <linux/utsname.h>
#include <linux/kthread.h>
#include "ext4.h"

Go to the source code of this file.

Functions

int ext4_mmp_csum_verify (struct super_block *sb, struct mmp_struct *mmp)
 
void ext4_mmp_csum_set (struct super_block *sb, struct mmp_struct *mmp)
 
void __dump_mmp_msg (struct super_block *sb, struct mmp_struct *mmp, const char *function, unsigned int line, const char *msg)
 
int ext4_multi_mount_protect (struct super_block *sb, ext4_fsblk_t mmp_block)
 

Function Documentation

void __dump_mmp_msg ( struct super_block sb,
struct mmp_struct *  mmp,
const char function,
unsigned int  line,
const char msg 
)

Definition at line 111 of file mmp.c.

void ext4_mmp_csum_set ( struct super_block sb,
struct mmp_struct *  mmp 
)

Definition at line 30 of file mmp.c.

int ext4_mmp_csum_verify ( struct super_block sb,
struct mmp_struct *  mmp 
)

Definition at line 21 of file mmp.c.

int ext4_multi_mount_protect ( struct super_block sb,
ext4_fsblk_t  mmp_block 
)

Definition at line 269 of file mmp.c.