Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c166 #define XDIR_Type 0 /* exFAT: Type of exFAT directory entry (BYTE) */ macro
1841 …if ((fs->fs_type == FS_EXFAT) ? (int)((dp->dir[XDIR_Type] & 0x80) == 0) : (int)(dp->dir[DIR_Name] …
2160 if (dp->dir[XDIR_Type] != ET_FILEDIR) return FR_INT_ERR; /* Invalid order? */
2171 if (dp->dir[XDIR_Type] != ET_STREAM) return FR_INT_ERR; /* Invalid order? */
2183 if (dp->dir[XDIR_Type] != ET_FILENAME) return FR_INT_ERR; /* Invalid order? */
2293 dirb[0 * SZDIRE + XDIR_Type] = ET_FILEDIR;
2294 dirb[1 * SZDIRE + XDIR_Type] = ET_STREAM;
2608 dp->dir[XDIR_Type] &= 0x7F; /* Clear the entry InUse flag. */
5555 dj.dir[XDIR_Type] = ET_VLABEL; /* Create volume label entry */