Linux Kernel
3.7.1
|
#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) |
void ext4_mmp_csum_set | ( | struct super_block * | sb, |
struct mmp_struct * | mmp | ||
) |
int ext4_mmp_csum_verify | ( | struct super_block * | sb, |
struct mmp_struct * | mmp | ||
) |
int ext4_multi_mount_protect | ( | struct super_block * | sb, |
ext4_fsblk_t | mmp_block | ||
) |