Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
resize.c File Reference
#include <linux/errno.h>
#include <linux/slab.h>
#include "ext4_jbd2.h"

Go to the source code of this file.

Data Structures

struct  ext4_new_flex_group_data
 

Macros

#define EXT4FS_DEBUG
 
#define outside(b, first, last)   ((b) < (first) || (b) >= (last))
 
#define inside(b, first, last)   ((b) >= (first) && (b) < (last))
 

Functions

int ext4_resize_begin (struct super_block *sb)
 
void ext4_resize_end (struct super_block *sb)
 
int ext4_group_add (struct super_block *sb, struct ext4_new_group_data *input)
 
int ext4_group_extend (struct super_block *sb, struct ext4_super_block *es, ext4_fsblk_t n_blocks_count)
 
int ext4_resize_fs (struct super_block *sb, ext4_fsblk_t n_blocks_count)
 

Macro Definition Documentation

#define EXT4FS_DEBUG

Definition at line 12 of file resize.c.

#define inside (   b,
  first,
  last 
)    ((b) >= (first) && (b) < (last))

Definition at line 71 of file resize.c.

#define outside (   b,
  first,
  last 
)    ((b) < (first) || (b) >= (last))

Definition at line 70 of file resize.c.

Function Documentation

int ext4_group_add ( struct super_block sb,
struct ext4_new_group_data input 
)

Definition at line 1553 of file resize.c.

int ext4_group_extend ( struct super_block sb,
struct ext4_super_block es,
ext4_fsblk_t  n_blocks_count 
)

Definition at line 1687 of file resize.c.

int ext4_resize_begin ( struct super_block sb)

Definition at line 19 of file resize.c.

void ext4_resize_end ( struct super_block sb)

Definition at line 42 of file resize.c.

int ext4_resize_fs ( struct super_block sb,
ext4_fsblk_t  n_blocks_count 
)

Definition at line 1849 of file resize.c.