|
Linux Kernel
3.7.1
|
#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) |
| 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 | ||
| ) |
1.8.2