Searched refs:dcl (Results 1 – 1 of 1) sorted by relevance
/fatfs-2.7.6/ |
D | ff.c | 4994 DWORD dcl, pcl, tm; local 5009 dcl = create_chain(&sobj, 0); /* Allocate a cluster for the new directory */ 5011 if (dcl == 0) res = FR_DENIED; /* No space to allocate a new cluster? */ 5012 if (dcl == 1) res = FR_INT_ERR; /* Any insanity? */ 5013 if (dcl == 0xFFFFFFFF) res = FR_DISK_ERR; /* Disk error? */ 5016 res = dir_clear(fs, dcl); /* Clean up the new table */ 5023 st_clust(fs, fs->win, dcl); 5036 st_dword(fs->dirbuf + XDIR_FstClus, dcl); /* Table start cluster */ 5046 st_clust(fs, dj.dir, dcl); /* Table start cluster */ 5054 remove_chain(&sobj, dcl, 0); /* Could not register, remove the allocated cluster */
|