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

Go to the source code of this file.

Functions

unsigned int ext4_count_free (char *bitmap, unsigned int numchars)
 
int ext4_inode_bitmap_csum_verify (struct super_block *sb, ext4_group_t group, struct ext4_group_desc *gdp, struct buffer_head *bh, int sz)
 
void ext4_inode_bitmap_csum_set (struct super_block *sb, ext4_group_t group, struct ext4_group_desc *gdp, struct buffer_head *bh, int sz)
 
int ext4_block_bitmap_csum_verify (struct super_block *sb, ext4_group_t group, struct ext4_group_desc *gdp, struct buffer_head *bh)
 
void ext4_block_bitmap_csum_set (struct super_block *sb, ext4_group_t group, struct ext4_group_desc *gdp, struct buffer_head *bh)
 

Function Documentation

void ext4_block_bitmap_csum_set ( struct super_block sb,
ext4_group_t  group,
struct ext4_group_desc gdp,
struct buffer_head *  bh 
)

Definition at line 86 of file bitmap.c.

int ext4_block_bitmap_csum_verify ( struct super_block sb,
ext4_group_t  group,
struct ext4_group_desc gdp,
struct buffer_head *  bh 
)

Definition at line 59 of file bitmap.c.

unsigned int ext4_count_free ( char bitmap,
unsigned int  numchars 
)

Definition at line 14 of file bitmap.c.

void ext4_inode_bitmap_csum_set ( struct super_block sb,
ext4_group_t  group,
struct ext4_group_desc gdp,
struct buffer_head *  bh,
int  sz 
)

Definition at line 42 of file bitmap.c.

int ext4_inode_bitmap_csum_verify ( struct super_block sb,
ext4_group_t  group,
struct ext4_group_desc gdp,
struct buffer_head *  bh,
int  sz 
)

Definition at line 19 of file bitmap.c.