Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
trans.c File Reference
#include <linux/types.h>
#include <linux/nls.h>
#include "hfs_fs.h"

Go to the source code of this file.

Functions

int hfs_mac2asc (struct super_block *sb, char *out, const struct hfs_name *in)
 
void hfs_asc2mac (struct super_block *sb, struct hfs_name *out, struct qstr *in)
 

Function Documentation

void hfs_asc2mac ( struct super_block sb,
struct hfs_name out,
struct qstr in 
)

Definition at line 97 of file trans.c.

int hfs_mac2asc ( struct super_block sb,
char out,
const struct hfs_name in 
)

Definition at line 33 of file trans.c.