Lines Matching refs:next
81 * read the next fragment in advance, and assume the fragment
147 current = exfat->dir_list.next;
149 current->next != &exfat->dir_list) {
150 next_inode = list_entry(current->next, struct exfat_inode,
209 * otherwise read blocks of the next directory in advance.
267 /* the dentry must be in current, or next block which will be read */
271 /* read next cluster if needed */
717 clus_t clu, next, count, last_count;
723 next = EXFAT_EOF_CLUSTER;
739 if (exfat_get_inode_next_clus(exfat, inode, clu, &next))
745 clu = next;