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

Go to the source code of this file.

Functions

void hpfs_ea_ext_remove (struct super_block *s, secno a, int ano, unsigned len)
 
int hpfs_read_ea (struct super_block *s, struct fnode *fnode, char *key, char *buf, int size)
 
charhpfs_get_ea (struct super_block *s, struct fnode *fnode, char *key, int *size)
 
void hpfs_set_ea (struct inode *inode, struct fnode *fnode, const char *key, const char *data, int size)
 

Function Documentation

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

Definition at line 14 of file ea.c.

char* hpfs_get_ea ( struct super_block s,
struct fnode fnode,
char key,
int size 
)

Definition at line 129 of file ea.c.

int hpfs_read_ea ( struct super_block s,
struct fnode fnode,
char key,
char buf,
int  size 
)

Definition at line 73 of file ea.c.

void hpfs_set_ea ( struct inode inode,
struct fnode fnode,
const char key,
const char data,
int  size 
)

Definition at line 189 of file ea.c.