hfs_name           31 fs/hfs/catalog.c 		memset(&key->cat.CName, 0, sizeof(struct hfs_name));
hfs_name          153 fs/hfs/hfs.h   	struct hfs_name	CName;	/* The filename of the entry */
hfs_name          229 fs/hfs/hfs.h   	struct hfs_name CName;		/* The name of this entry */
hfs_name          236 fs/hfs/hfs_fs.h extern void hfs_asc2mac(struct super_block *, struct hfs_name *, const struct qstr *);
hfs_name          237 fs/hfs/hfs_fs.h extern int hfs_mac2asc(struct super_block *, char *, const struct hfs_name *);
hfs_name           33 fs/hfs/trans.c int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in)
hfs_name           97 fs/hfs/trans.c void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, const struct qstr *in)