Lines Matching defs:next
110 clus_t clus, prev, next;
171 if (exfat_get_inode_next_clus(exfat, node, clus, &next))
173 if (next == EXFAT_BAD_CLUSTER) {
183 if (next != EXFAT_EOF_CLUSTER &&
184 !exfat_heap_clus(exfat, next)) {
204 clus = next;
247 clus_t clus, next, prev = EXFAT_EOF_CLUSTER;
266 if (exfat_get_inode_next_clus(exfat, node, clus, &next)) {
271 if (next != EXFAT_EOF_CLUSTER && !exfat_heap_clus(exfat, next)) {
275 if (next != EXFAT_BAD_CLUSTER) {
285 clus = next;
1264 dir = list_entry(exfat->dir_list.next,