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

Go to the source code of this file.

Functions

unsigned char hpfs_upcase (unsigned char *dir, unsigned char a)
 
int hpfs_chk_name (const unsigned char *name, unsigned *len)
 
unsigned charhpfs_translate_name (struct super_block *s, unsigned char *from, unsigned len, int lc, int lng)
 
int hpfs_compare_names (struct super_block *s, const unsigned char *n1, unsigned l1, const unsigned char *n2, unsigned l2, int last)
 
int hpfs_is_name_long (const unsigned char *name, unsigned len)
 
void hpfs_adjust_length (const unsigned char *name, unsigned *len)
 

Function Documentation

void hpfs_adjust_length ( const unsigned char name,
unsigned *  len 
)

Definition at line 105 of file name.c.

int hpfs_chk_name ( const unsigned char name,
unsigned *  len 
)

Definition at line 41 of file name.c.

int hpfs_compare_names ( struct super_block s,
const unsigned char n1,
unsigned  l1,
const unsigned char n2,
unsigned  l2,
int  last 
)

Definition at line 73 of file name.c.

int hpfs_is_name_long ( const unsigned char name,
unsigned  len 
)

Definition at line 91 of file name.c.

unsigned char* hpfs_translate_name ( struct super_block s,
unsigned char from,
unsigned  len,
int  lc,
int  lng 
)

Definition at line 53 of file name.c.

unsigned char hpfs_upcase ( unsigned char dir,
unsigned char  a 
)

Definition at line 29 of file name.c.