Lines Matching refs:exfat_chain
143 struct exfat_chain { struct
156 struct exfat_chain cur; argument
178 struct exfat_chain dir;
257 struct exfat_chain dir;
391 struct exfat_chain *p_chain);
392 int exfat_free_cluster(struct inode *inode, struct exfat_chain *p_chain);
397 int exfat_count_ext_entries(struct super_block *sb, struct exfat_chain *p_dir,
402 int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain,
405 struct exfat_chain *p_chain, unsigned int *ret_count);
440 int exfat_init_dir_entry(struct inode *inode, struct exfat_chain *p_dir,
443 int exfat_init_ext_entry(struct inode *inode, struct exfat_chain *p_dir,
445 int exfat_remove_entries(struct inode *inode, struct exfat_chain *p_dir,
447 int exfat_update_dir_chksum(struct inode *inode, struct exfat_chain *p_dir,
452 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname,
454 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu);
455 int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir,
458 struct exfat_chain *p_dir, int entry, struct buffer_head **bh,
463 struct exfat_chain *p_dir, int entry, unsigned int type);
465 int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir);
518 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir,
520 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec);