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

Go to the source code of this file.

Functions

__le32hpfs_map_dnode_bitmap (struct super_block *s, struct quad_buffer_head *qbh)
 
__le32hpfs_map_bitmap (struct super_block *s, unsigned bmp_block, struct quad_buffer_head *qbh, char *id)
 
unsigned charhpfs_load_code_page (struct super_block *s, secno cps)
 
__le32hpfs_load_bitmap_directory (struct super_block *s, secno bmp)
 
struct fnodehpfs_map_fnode (struct super_block *s, ino_t ino, struct buffer_head **bhp)
 
struct anodehpfs_map_anode (struct super_block *s, anode_secno ano, struct buffer_head **bhp)
 
struct dnodehpfs_map_dnode (struct super_block *s, unsigned secno, struct quad_buffer_head *qbh)
 
dnode_secno hpfs_fnode_dno (struct super_block *s, ino_t ino)
 

Function Documentation

dnode_secno hpfs_fnode_dno ( struct super_block s,
ino_t  ino 
)

Definition at line 274 of file map.c.

__le32* hpfs_load_bitmap_directory ( struct super_block s,
secno  bmp 
)

Definition at line 92 of file map.c.

unsigned char* hpfs_load_code_page ( struct super_block s,
secno  cps 
)

Definition at line 38 of file map.c.

struct anode* hpfs_map_anode ( struct super_block s,
anode_secno  ano,
struct buffer_head **  bhp 
)
read

Definition at line 175 of file map.c.

__le32* hpfs_map_bitmap ( struct super_block s,
unsigned  bmp_block,
struct quad_buffer_head qbh,
char id 
)

Definition at line 16 of file map.c.

struct dnode* hpfs_map_dnode ( struct super_block s,
unsigned  secno,
struct quad_buffer_head qbh 
)
read

Definition at line 210 of file map.c.

__le32* hpfs_map_dnode_bitmap ( struct super_block s,
struct quad_buffer_head qbh 
)

Definition at line 11 of file map.c.

struct fnode* hpfs_map_fnode ( struct super_block s,
ino_t  ino,
struct buffer_head **  bhp 
)
read

Definition at line 118 of file map.c.