Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c1177 static DWORD get_fat ( /* 0xFFFFFFFF:Disk error, 1:Internal error, 2..0x7FFFFFFF:Cluster status */ in get_fat() function
1471 nxt = get_fat(obj, clst); /* Get cluster status */ in remove_chain()
1513 nxt = get_fat(obj, clst); in remove_chain()
1555 cs = get_fat(obj, clst); /* Check the cluster status */ in create_chain()
1594 cs = get_fat(obj, ncl); /* Get next cluster status */ in create_chain()
1610 cs = get_fat(obj, ncl); /* Get the cluster status */ in create_chain()
1741 clst = get_fat(&dp->obj, clst); /* Get next cluster */ in dir_sdi()
1786 clst = get_fat(&dp->obj, dp->clust); /* Get next cluster */ in dir_next()
3891 clst = get_fat(&fp->obj, clst);
3965 clst = get_fat(&fp->obj, fp->clust); /* Follow cluster chain on the FAT */
[all …]