Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
jfs_unicode.h File Reference
#include <linux/slab.h>
#include <asm/byteorder.h>
#include "jfs_types.h"

Go to the source code of this file.

Data Structures

struct  UNICASERANGE
 

Macros

#define free_UCSname(COMP)   kfree((COMP)->name)
 

Functions

int get_UCSname (struct component_name *, struct dentry *)
 
int jfs_strfromUCS_le (char *, const __le16 *, int, struct nls_table *)
 

Variables

signed char UniUpperTable [512]
 
UNICASERANGE UniUpperRange []
 

Macro Definition Documentation

#define free_UCSname (   COMP)    kfree((COMP)->name)

Definition at line 37 of file jfs_unicode.h.

Function Documentation

int get_UCSname ( struct component_name ,
struct dentry  
)

Definition at line 115 of file jfs_unicode.c.

int jfs_strfromUCS_le ( char ,
const __le16 ,
int  ,
struct nls_table  
)

Definition at line 32 of file jfs_unicode.c.

Variable Documentation

UNICASERANGE UniUpperRange[]

Definition at line 127 of file jfs_uniupr.c.

signed char UniUpperTable[512]

Definition at line 25 of file jfs_uniupr.c.