Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
resize.c File Reference
#include "ext3.h"

Go to the source code of this file.

Macros

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

Functions

int ext3_group_add (struct super_block *sb, struct ext3_new_group_data *input)
 
int ext3_group_extend (struct super_block *sb, struct ext3_super_block *es, ext3_fsblk_t n_blocks_count)
 

Macro Definition Documentation

#define EXT3FS_DEBUG

Definition at line 12 of file resize.c.

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

Definition at line 18 of file resize.c.

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

Definition at line 17 of file resize.c.

Function Documentation

int ext3_group_add ( struct super_block sb,
struct ext3_new_group_data input 
)

Definition at line 783 of file resize.c.

int ext3_group_extend ( struct super_block sb,
struct ext3_super_block es,
ext3_fsblk_t  n_blocks_count 
)

Definition at line 991 of file resize.c.