Home
last modified time | relevance | path

Searched refs:hfs_name (Results 1 – 4 of 4) sorted by relevance

/linux-5.19.10/fs/hfs/
Dhfs.h87 struct hfs_name { struct
153 struct hfs_name CName; /* The filename of the entry */
229 struct hfs_name CName; /* The name of this entry */
Dtrans.c33 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()
Dhfs_fs.h239 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 *);
Dcatalog.c31 memset(&key->cat.CName, 0, sizeof(struct hfs_name)); in hfs_cat_build_key()