|
Linux Kernel
3.7.1
|
#include "udfdecl.h"#include <linux/kernel.h>#include <linux/string.h>#include <linux/nls.h>#include <linux/crc-itu-t.h>#include <linux/slab.h>#include "udf_sb.h"Go to the source code of this file.
Macros | |
| #define | ILLEGAL_CHAR_MARK '_' |
| #define | EXT_MARK '.' |
| #define | CRC_MARK '#' |
| #define | EXT_SIZE 5 |
Functions | |
| int | udf_build_ustr (struct ustr *dest, dstring *ptr, int size) |
| int | udf_CS0toUTF8 (struct ustr *utf_o, const struct ustr *ocu_i) |
| int | udf_get_filename (struct super_block *sb, uint8_t *sname, uint8_t *dname, int flen) |
| int | udf_put_filename (struct super_block *sb, const uint8_t *sname, uint8_t *dname, int flen) |
1.8.2