Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
jfs_unicode.c File Reference
#include <linux/fs.h>
#include <linux/slab.h>
#include "jfs_incore.h"
#include "jfs_filsys.h"
#include "jfs_unicode.h"
#include "jfs_debug.h"

Go to the source code of this file.

Functions

int jfs_strfromUCS_le (char *to, const __le16 *from, int len, struct nls_table *codepage)
 
int get_UCSname (struct component_name *uniName, struct dentry *dentry)
 

Function Documentation

int get_UCSname ( struct component_name uniName,
struct dentry dentry 
)

Definition at line 115 of file jfs_unicode.c.

int jfs_strfromUCS_le ( char to,
const __le16 from,
int  len,
struct nls_table codepage 
)

Definition at line 32 of file jfs_unicode.c.