Searched refs:get_next_clus (Results 1 – 3 of 3) sorted by relevance
/third_party/exfat-utils/fsck/ |
D | fsck.h | 85 int get_next_clus(struct exfat *exfat, struct exfat_inode *node,
|
D | de_iter.c | 83 ret = get_next_clus(exfat, iter->parent, in read_ahead_next_blocks() 172 ret = get_next_clus(exfat, iter->parent, in read_block()
|
D | fsck.c | 371 int get_next_clus(struct exfat *exfat, struct exfat_inode *node, in get_next_clus() function 479 if (get_next_clus(exfat, node, clus, &next)) in check_clus_chain() 562 if (get_next_clus(exfat, node, clus, &clus) != 0) { in root_get_clus_count()
|