|
Linux Kernel
3.7.1
|
#include <linux/time.h>#include <linux/fs.h>#include <linux/namei.h>#include <linux/quotaops.h>#include <linux/buffer_head.h>#include <linux/swap.h>#include <linux/pagemap.h>#include <linux/blkdev.h>#include <linux/mutex.h>#include <linux/slab.h>#include "ext4.h"Go to the source code of this file.
Data Structures | |
| struct | ext4_system_zone |
Functions | |
| int __init | ext4_init_system_zone (void) |
| void | ext4_exit_system_zone (void) |
| int | ext4_setup_system_zone (struct super_block *sb) |
| void | ext4_release_system_zone (struct super_block *sb) |
| int | ext4_data_block_valid (struct ext4_sb_info *sbi, ext4_fsblk_t start_blk, unsigned int count) |
| int | ext4_check_blockref (const char *function, unsigned int line, struct inode *inode, __le32 *p, unsigned int max) |
| int ext4_check_blockref | ( | const char * | function, |
| unsigned int | line, | ||
| struct inode * | inode, | ||
| __le32 * | p, | ||
| unsigned int | max | ||
| ) |
Definition at line 248 of file block_validity.c.
| int ext4_data_block_valid | ( | struct ext4_sb_info * | sbi, |
| ext4_fsblk_t | start_blk, | ||
| unsigned int | count | ||
| ) |
Definition at line 222 of file block_validity.c.
Definition at line 39 of file block_validity.c.
Definition at line 31 of file block_validity.c.
| void ext4_release_system_zone | ( | struct super_block * | sb | ) |
Definition at line 181 of file block_validity.c.
| int ext4_setup_system_zone | ( | struct super_block * | sb | ) |
Definition at line 140 of file block_validity.c.
1.8.2