Home
last modified time | relevance | path

Searched refs:exfat_get_inode_next_clus (Results 1 – 5 of 5) sorted by relevance

/third_party/exfatprogs/include/
Dlibexfat.h163 int exfat_get_inode_next_clus(struct exfat *exfat, struct exfat_inode *node,
/third_party/exfatprogs/lib/
Dexfat_dir.c99 ret = exfat_get_inode_next_clus(exfat, iter->parent, in read_ahead_next_blocks()
191 ret = exfat_get_inode_next_clus(exfat, iter->parent, in read_block()
739 if (exfat_get_inode_next_clus(exfat, inode, clu, &next)) in exfat_map_cluster()
Dlibexfat.c715 int exfat_get_inode_next_clus(struct exfat *exfat, struct exfat_inode *node, in exfat_get_inode_next_clus() function
798 if (exfat_get_inode_next_clus(exfat, node, clus, &next)) { in exfat_root_clus_count()
/third_party/exfatprogs/fsck/
Dfsck.c171 if (exfat_get_inode_next_clus(exfat, node, clus, &next)) in check_clus_chain()
266 if (exfat_get_inode_next_clus(exfat, node, clus, &next)) { in root_check_clus_chain()
/third_party/exfatprogs/exfat2img/
Dexfat2img.c273 if (exfat_get_inode_next_clus(exfat, inode, clus, &clus)) in dump_directory()