Home
last modified time | relevance | path

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

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