Lines Matching defs:exfat
33 struct exfat *exfat = iter->exfat; in write_block() local
57 struct exfat *exfat = iter->exfat; in read_ahead_first_blocks() local
88 struct exfat *exfat = iter->exfat; in read_ahead_next_blocks() local
139 struct exfat *exfat = iter->exfat; in read_ahead_next_dir_blocks() local
166 struct exfat *exfat = iter->exfat; in read_block() local
221 int exfat_de_iter_init(struct exfat_de_iter *iter, struct exfat *exfat, in exfat_de_iter_init()
351 int exfat_lookup_dentry_set(struct exfat *exfat, struct exfat_inode *parent, in exfat_lookup_dentry_set()
487 int exfat_lookup_file(struct exfat *exfat, struct exfat_inode *parent, in exfat_lookup_file()
539 uint16_t exfat_calc_name_hash(struct exfat *exfat, in exfat_calc_name_hash()
573 int exfat_build_file_dentry_set(struct exfat *exfat, const char *name, in exfat_build_file_dentry_set()
637 int exfat_update_file_dentry_set(struct exfat *exfat, in exfat_update_file_dentry_set()
680 static int find_free_cluster(struct exfat *exfat, in find_free_cluster()
714 static int exfat_map_cluster(struct exfat *exfat, struct exfat_inode *inode, in exfat_map_cluster()
751 static int exfat_write_dentry_set(struct exfat *exfat, in exfat_write_dentry_set()
797 static int exfat_alloc_cluster(struct exfat *exfat, struct exfat_inode *inode, in exfat_alloc_cluster()
869 int exfat_add_dentry_set(struct exfat *exfat, struct exfat_dentry_loc *loc, in exfat_add_dentry_set()
901 int exfat_create_file(struct exfat *exfat, struct exfat_inode *parent, in exfat_create_file()