Lines Matching defs:exfat
11 struct exfat;
17 struct exfat *exfat;
53 int exfat_de_iter_init(struct exfat_de_iter *iter, struct exfat *exfat,
64 int exfat_lookup_dentry_set(struct exfat *exfat, struct exfat_inode *parent,
66 int exfat_lookup_file(struct exfat *exfat, struct exfat_inode *parent,
69 int exfat_create_file(struct exfat *exfat, struct exfat_inode *parent,
71 int exfat_update_file_dentry_set(struct exfat *exfat,
75 int exfat_build_file_dentry_set(struct exfat *exfat, const char *name,
78 int exfat_add_dentry_set(struct exfat *exfat, struct exfat_dentry_loc *loc,
83 uint16_t exfat_calc_name_hash(struct exfat *exfat,