Lines Matching defs:exfat_chain
167 struct exfat_chain {
180 struct exfat_chain cur;
206 struct exfat_chain dir;
294 struct exfat_chain dir;
439 struct exfat_chain *p_chain, bool sync_bmap);
440 int exfat_free_cluster(struct inode *inode, struct exfat_chain *p_chain);
448 int exfat_find_last_cluster(struct super_block *sb, struct exfat_chain *p_chain,
451 struct exfat_chain *p_chain, unsigned int *ret_count);
503 struct exfat_chain *p_dir, struct exfat_uni_name *p_uniname,
505 int exfat_alloc_new_dir(struct inode *inode, struct exfat_chain *clu);
507 struct exfat_chain *p_dir, int entry, struct buffer_head **bh);
511 struct super_block *sb, struct exfat_chain *p_dir, int entry,
516 struct super_block *sb, struct exfat_chain *p_dir, int entry,
519 int exfat_count_dir_entries(struct super_block *sb, struct exfat_chain *p_dir);
576 void exfat_chain_set(struct exfat_chain *ec, unsigned int dir,
578 void exfat_chain_dup(struct exfat_chain *dup, struct exfat_chain *ec);