Searched refs:dcl (Results 1 – 1 of 1) sorted by relevance
| /fatfs-latest/ |
| D | ff.c | 5079 DWORD dcl, pcl, tm; local 5094 dcl = create_chain(&sobj, 0); /* Allocate a cluster for the new directory */ 5096 if (dcl == 0) res = FR_DENIED; /* No space to allocate a new cluster? */ 5097 if (dcl == 1) res = FR_INT_ERR; /* Any insanity? */ 5098 if (dcl == 0xFFFFFFFF) res = FR_DISK_ERR; /* Disk error? */ 5101 res = dir_clear(fs, dcl); /* Clean up the new table */ 5108 st_clust(fs, fs->win, dcl); 5121 st_dword(fs->dirbuf + XDIR_FstClus, dcl); /* Table start cluster */ 5131 st_clust(fs, dj.dir, dcl); /* Table start cluster */ 5139 remove_chain(&sobj, dcl, 0); /* Could not register, remove the allocated cluster */
|