Searched refs:hfs_mac2asc (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | trans.c | 20 * hfs_mac2asc() 33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) in hfs_mac2asc() function
|
H A D | hfs_fs.h | 237 extern int hfs_mac2asc(struct super_block *, char *, const struct hfs_name *);
|
H A D | dir.c | 118 len = hfs_mac2asc(sb, strbuf, &fd.key->cat.CName); in hfs_readdir()
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | trans.c | 20 * hfs_mac2asc() 33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) in hfs_mac2asc() function
|
H A D | hfs_fs.h | 240 extern int hfs_mac2asc(struct super_block *, char *, const struct hfs_name *);
|
H A D | dir.c | 118 len = hfs_mac2asc(sb, strbuf, &fd.key->cat.CName); in hfs_readdir()
|
Completed in 3 milliseconds