Home
last modified time | relevance | path

Searched refs:put_fat (Results 1 – 1 of 1) sorted by relevance

/fatfs-2.7.6/
Dff.c1209 static FRESULT put_fat ( /* FR_OK(0):succeeded, !=0:error */ in put_fat() function
1360 res = put_fat(obj->fs, cl, cl + 1); in fill_first_frag()
1383 res = put_fat(obj->fs, lcl - obj->n_frag + 1, (obj->n_frag > 1) ? lcl - obj->n_frag + 2 : term); in fill_last_frag()
1419 res = put_fat(fs, pclst, 0xFFFFFFFF); in remove_chain()
1430 res = put_fat(fs, clst, 0); /* Mark the cluster 'free' on the FAT */ in remove_chain()
1570 res = put_fat(fs, ncl, 0xFFFFFFFF); /* Mark the new cluster 'EOC' */ in create_chain()
1572 res = put_fat(fs, clst, ncl); /* Link it from the previous one if needed */ in create_chain()
5545 res = put_fat(fs, clst, (n == 1) ? 0xFFFFFFFF : clst + 1);