Lines Matching defs:exfat_chain
143 struct exfat_chain {
156 struct exfat_chain cur;
181 struct exfat_chain dir;
260 struct exfat_chain dir;
402 struct exfat_chain *p_chain);
403 int exfat_free_cluster(struct inode *inode, struct exfat_chain *p_chain);
408 int exfat_count_ext_entries(struct super_block *sb, struct exfat_chain *p_dir,
413 int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain,
416 struct exfat_chain *p_chain, unsigned int *ret_count);
451 int exfat_init_dir_entry(struct inode *inode, struct exfat_chain *p_dir,
454 int exfat_init_ext_entry(struct inode *inode, struct exfat_chain *p_dir,
456 int exfat_remove_entries(struct inode *inode, struct exfat_chain *p_dir,
458 int exfat_update_dir_chksum(struct inode *inode, struct exfat_chain *p_dir,
463 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname,
465 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu);
466 int exfat_find_location(struct super_block *sb, struct exfat_chain *p_dir,
469 struct exfat_chain *p_dir, int entry, struct buffer_head **bh,
474 struct exfat_chain *p_dir, int entry, unsigned int type);
476 int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir);
529 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir,
531 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec);