Searched refs:hfs_name (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/hfs/ |
D | hfs.h | 87 struct hfs_name { struct 153 struct hfs_name CName; /* The filename of the entry */ 229 struct hfs_name CName; /* The name of this entry */
|
D | trans.c | 33 int hfs_mac2asc(struct super_block *sb, char *out, const struct hfs_name *in) in hfs_mac2asc() 97 void hfs_asc2mac(struct super_block *sb, struct hfs_name *out, const struct qstr *in) in hfs_asc2mac()
|
D | hfs_fs.h | 239 extern void hfs_asc2mac(struct super_block *, struct hfs_name *, const struct qstr *); 240 extern int hfs_mac2asc(struct super_block *, char *, const struct hfs_name *);
|
D | catalog.c | 31 memset(&key->cat.CName, 0, sizeof(struct hfs_name)); in hfs_cat_build_key()
|