Searched refs:exfat_get_next_clus (Results 1 – 3 of 3) sorted by relevance
162 int exfat_get_next_clus(struct exfat *exfat, clus_t clus, clus_t *next);
695 int exfat_get_next_clus(struct exfat *exfat, clus_t clus, clus_t *next) in exfat_get_next_clus() function727 return exfat_get_next_clus(exfat, clus, next); in exfat_get_inode_next_clus()
770 if (exfat_get_next_clus(exfat, clus, &next_clus)) in exfat_write_dentry_set()