Lines Matching defs:put_fat
1095 FRESULT put_fat ( /* FR_OK(0):succeeded, !=0:error */
1171 res = put_fat(fs, pclst, 0xFFFFFFFF);
1181 res = put_fat(fs, clst, 0); /* Mark the cluster 'free' on the FAT */
1327 res = put_fat(fs, ncl, 0xFFFFFFFF); /* Mark the new cluster 'EOC' */
1329 res = put_fat(fs, clst, ncl); /* Link it from the previous one if needed */
5357 res = put_fat(fs, clstbak, clst);
5365 res = put_fat(fs, clst, 0xFFFFFFFF);
5387 res = put_fat(fs, clstbak, clst);
5394 res = put_fat(fs, clst, 0xFFFFFFFF);
5414 res = put_fat(fs, fclust, scl);
5431 res = put_fat(fs, fclust, scl);
5457 res = put_fat(fs, clst, 0);
5462 res = put_fat(fs, fclust, 0xFFFFFFFF);