#include "hpfs_fn.h"
__le32 *hpfs_map_dnode_bitmap(struct super_block *s, struct quad_buffer_head *qbh)
{ … }
__le32 *hpfs_map_bitmap(struct super_block *s, unsigned bmp_block,
struct quad_buffer_head *qbh, char *id)
{ … }
void hpfs_prefetch_bitmap(struct super_block *s, unsigned bmp_block)
{ … }
unsigned char *hpfs_load_code_page(struct super_block *s, secno cps)
{ … }
__le32 *hpfs_load_bitmap_directory(struct super_block *s, secno bmp)
{ … }
void hpfs_load_hotfix_map(struct super_block *s, struct hpfs_spare_block *spareblock)
{ … }
struct fnode *hpfs_map_fnode(struct super_block *s, ino_t ino, struct buffer_head **bhp)
{ … }
struct anode *hpfs_map_anode(struct super_block *s, anode_secno ano, struct buffer_head **bhp)
{ … }
struct dnode *hpfs_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)
{ … }