Home
last modified time | relevance | path

Searched refs:hfs_mac2asc (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/hfs/
H A Dtrans.c33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) in hfs_mac2asc() function
H A Dhfs_fs.h240 extern int hfs_mac2asc(struct super_block *, char *, const struct hfs_name *);
H A Ddir.c118 len = hfs_mac2asc(sb, strbuf, &fd.key->cat.CName); in hfs_readdir()