Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c181 #define XDIR_GenFlags 33 /* exFAT: General secondary flags (BYTE) */ macro
2207 obj->stat = fs->dirbuf[XDIR_GenFlags] & 2; /* Allocation status */
2522 fs->dirbuf[XDIR_GenFlags] = dp->obj.stat | 1; /* Update the allocation status */
3104 dp->obj.stat = fs->dirbuf[XDIR_GenFlags] & 2;
3799 fs->dirbuf[XDIR_GenFlags] = 1;
4185 fs->dirbuf[XDIR_GenFlags] = fp->obj.stat | 1; /* Update file allocation information */
5124 fs->dirbuf[XDIR_GenFlags] = 3; /* Initialize the object flag */