Home
last modified time | relevance | path

Searched refs:ra_next_clus (Results 1 – 2 of 2) sorted by relevance

/third_party/exfatprogs/fsck/
Dde_iter.c49 iter->ra_next_clus = 1; in read_ahead_first_blocks()
53 iter->ra_next_clus = 0; in read_ahead_first_blocks()
81 if (ra_clus == iter->ra_next_clus && in read_ahead_next_blocks()
94 iter->ra_next_clus = ra_clus + 1; in read_ahead_next_blocks()
Dfsck.h40 clus_t ra_next_clus; member