Lines Matching refs:stretch
1224 DWORD clst /* Cluster# to stretch, 0:Create a new chain */
1491 FRESULT dir_next ( /* FR_OK(0):succeeded, FR_NO_FILE:End of table, FR_DENIED:Could not stretch */
1493 int stretch /* 0: Do not stretch table, 1: Stretch table if needed */
1519 if (!stretch) { /* If no stretch, report EOT */
1528 if (!stretch) dp->sect = 0; /* (this line is to suppress compiler warning) */
1575 res = dir_next(dp, 1); /* Next entry with table stretch enabled */
3702 clst = create_chain(&fp->obj, fp->clust); /* Follow or stretch cluster chain on the FAT */
4161 clst = create_chain(&fp->obj, clst); /* Follow chain with forceed stretch */