|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/time.h>#include <linux/seq_file.h>#include <asm/uaccess.h>#include "reiserfs.h"#include <linux/init.h>#include <linux/proc_fs.h>Go to the source code of this file.
Macros | |
| #define | SF(x) ( r -> x ) |
| #define | SFP(x) SF( s_proc_info_data.x ) |
| #define | SFPL(x) SFP( x[ level ] ) |
| #define | SFPF(x) SFP( scan_bitmap.x ) |
| #define | SFPJ(x) SFP( journal.x ) |
| #define | D2C(x) le16_to_cpu( x ) |
| #define | D4C(x) le32_to_cpu( x ) |
| #define | DF(x) D2C( rs -> s_v1.x ) |
| #define | DFL(x) D4C( rs -> s_v1.x ) |
| #define | objectid_map(s, rs) |
| #define | MAP(i) D4C( objectid_map( sb, rs )[ i ] ) |
| #define | DJF(x) le32_to_cpu( rs -> x ) |
| #define | DJV(x) le32_to_cpu( s_v1 -> x ) |
| #define | DJP(x) le32_to_cpu( jp -> x ) |
| #define | JF(x) ( r -> s_journal -> x ) |
Functions | |
| int | reiserfs_proc_info_init (struct super_block *sb) |
| int | reiserfs_proc_info_done (struct super_block *sb) |
| int | reiserfs_proc_info_global_init (void) |
| int | reiserfs_proc_info_global_done (void) |
| #define D2C | ( | x | ) | le16_to_cpu( x ) |
| #define D4C | ( | x | ) | le32_to_cpu( x ) |
| #define SFP | ( | x | ) | SF( s_proc_info_data.x ) |
| #define SFPF | ( | x | ) | SFP( scan_bitmap.x ) |
| int reiserfs_proc_info_done | ( | struct super_block * | sb | ) |
| int reiserfs_proc_info_init | ( | struct super_block * | sb | ) |
1.8.2