Searched refs:clust (Results 1 – 3 of 3) sorted by relevance
31 if (clst + 1 != fp->clust) break; /* Is not the cluster next to previous one? */ in test_contiguous_file()32 clst = fp->clust; fsz -= step; /* Get current cluster for next test */ in test_contiguous_file()
293 DWORD clust; /* Current cluster of fpter (invalid when fptr is 0) */ member317 DWORD clust; /* Current cluster */ member426 FRESULT f_boundary (FATFS *fs, DWORD clust);
1473 dp->clust = clst; /* Current cluster# */ in dir_sdi()1507 if (dp->clust == 0) { /* Static table */ in dir_next()1514 clst = get_fat(&dp->obj, dp->clust); /* Get next cluster */ in dir_next()1522 clst = create_chain(&dp->obj, dp->clust); /* Allocate a cluster */ in dir_next()1532 dp->clust = clst; /* Initialize data for new cluster */ in dir_next()3471 fp->clust = clst; in f_open()3577 clst = get_fat(&fp->obj, fp->clust); /* Follow cluster chain on the FAT */ in f_read()3582 fp->clust = clst; /* Update current cluster */ in f_read()3584 sect = clst2sect(fs, fp->clust); /* Get current sector */ in f_read()3702 clst = create_chain(&fp->obj, fp->clust); /* Follow or stretch cluster chain on the FAT */ in f_write()[all …]