DIR::blk_ofs is only used within FatFs.
 
Symbols
loading...
Files
loading...

DIR::blk_ofs field

Syntax

DWORD blk_ofs;

References

LocationReferrerText
ff.h:186
DWORD blk_ofs; /* Offset of current entry block being processed (0xFFFFFFFF:Invalid) */
ff.c:2176dir_read()
dp->blk_ofs = dp->dptr;
ff.c:2182dir_read()
dp->blk_ofs = 0xFFFFFFFF; /* It has no LFN. */
ff.c:2245dir_find()
ord = sum = 0xFF; dp->blk_ofs = 0xFFFFFFFF; /* Reset LFN sequence */
ff.c:2255dir_find()
ord = 0xFF; dp->blk_ofs = 0xFFFFFFFF; /* Reset LFN sequence */
ff.c:2262dir_find()
dp->blk_ofs = dp->dptr; /* Start offset of LFN */
ff.c:2270dir_find()
ord = 0xFF; dp->blk_ofs = 0xFFFFFFFF; /* Reset LFN sequence */
ff.c:2405dir_remove()
res = (dp->blk_ofs == 0xFFFFFFFF) ? FR_OK : dir_sdi(dp, dp->blk_ofs); /* Goto top of the entry block if LFN is exist */
ff.c:2469get_fileinfo()
if (dp->blk_ofs != 0xFFFFFFFF) { /* Get LFN if available */

Data Use

Functions writing DIR::blk_ofs
Functions reading DIR::blk_ofs
all items filtered out
DIR::blk_ofs
all items filtered out
Type of DIR::blk_ofs
DIR::blk_ofs
all items filtered out