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

Go to the source code of this file.

Functions

secno hpfs_bplus_lookup (struct super_block *s, struct inode *inode, struct bplus_header *btree, unsigned sec, struct buffer_head *bh)
 
secno hpfs_add_sector_to_btree (struct super_block *s, secno node, int fnod, unsigned fsecno)
 
void hpfs_remove_btree (struct super_block *s, struct bplus_header *btree)
 
int hpfs_ea_read (struct super_block *s, secno a, int ano, unsigned pos, unsigned len, char *buf)
 
int hpfs_ea_write (struct super_block *s, secno a, int ano, unsigned pos, unsigned len, const char *buf)
 
void hpfs_ea_remove (struct super_block *s, secno a, int ano, unsigned len)
 
void hpfs_truncate_btree (struct super_block *s, secno f, int fno, unsigned secs)
 
void hpfs_remove_fnode (struct super_block *s, fnode_secno fno)
 

Function Documentation

secno hpfs_add_sector_to_btree ( struct super_block s,
secno  node,
int  fnod,
unsigned  fsecno 
)

Definition at line 60 of file anode.c.

secno hpfs_bplus_lookup ( struct super_block s,
struct inode inode,
struct bplus_header btree,
unsigned  sec,
struct buffer_head *  bh 
)

Definition at line 13 of file anode.c.

int hpfs_ea_read ( struct super_block s,
secno  a,
int  ano,
unsigned  pos,
unsigned  len,
char buf 
)

Definition at line 337 of file anode.c.

void hpfs_ea_remove ( struct super_block s,
secno  a,
int  ano,
unsigned  len 
)

Definition at line 384 of file anode.c.

int hpfs_ea_write ( struct super_block s,
secno  a,
int  ano,
unsigned  pos,
unsigned  len,
const char buf 
)

Definition at line 360 of file anode.c.

void hpfs_remove_btree ( struct super_block s,
struct bplus_header btree 
)

Definition at line 273 of file anode.c.

void hpfs_remove_fnode ( struct super_block s,
fnode_secno  fno 
)

Definition at line 480 of file anode.c.

void hpfs_truncate_btree ( struct super_block s,
secno  f,
int  fno,
unsigned  secs 
)

Definition at line 398 of file anode.c.