Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c1131 static DWORD get_fat ( /* 0xFFFFFFFF:Disk error, 1:Internal error, 2..0x7FFFFFFF:Cluster status */ in get_fat() function
1425 nxt = get_fat(obj, clst); /* Get cluster status */ in remove_chain()
1467 nxt = get_fat(obj, clst); in remove_chain()
1509 cs = get_fat(obj, clst); /* Check the cluster status */ in create_chain()
1548 cs = get_fat(obj, ncl); /* Get next cluster status */ in create_chain()
1564 cs = get_fat(obj, ncl); /* Get the cluster status */ in create_chain()
1692 clst = get_fat(&dp->obj, clst); /* Get next cluster */ in dir_sdi()
1737 clst = get_fat(&dp->obj, dp->clust); /* Get next cluster */ in dir_next()
3812 clst = get_fat(&fp->obj, clst);
3886 clst = get_fat(&fp->obj, fp->clust); /* Follow cluster chain on the FAT */
[all …]