Searched refs:exfat_get_inode_next_clus (Results 1 – 5 of 5) sorted by relevance
/third_party/exfatprogs/include/ |
D | libexfat.h | 163 int exfat_get_inode_next_clus(struct exfat *exfat, struct exfat_inode *node,
|
/third_party/exfatprogs/lib/ |
D | exfat_dir.c | 99 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()
|
D | libexfat.c | 715 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/ |
D | fsck.c | 171 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/ |
D | exfat2img.c | 273 if (exfat_get_inode_next_clus(exfat, inode, clus, &clus)) in dump_directory()
|