Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c166 #define XDIR_Type 0 /* exFAT: Type of exFAT directory entry (BYTE) */ macro
1792 …if ((fs->fs_type == FS_EXFAT) ? (int)((dp->dir[XDIR_Type] & 0x80) == 0) : (int)(dp->dir[DIR_Name] …
2111 if (dp->dir[XDIR_Type] != ET_FILEDIR) return FR_INT_ERR; /* Invalid order */
2122 if (dp->dir[XDIR_Type] != ET_STREAM) return FR_INT_ERR; /* Invalid order */
2134 if (dp->dir[XDIR_Type] != ET_FILENAME) return FR_INT_ERR; /* Invalid order */
2241 dirb[0 * SZDIRE + XDIR_Type] = ET_FILEDIR;
2242 dirb[1 * SZDIRE + XDIR_Type] = ET_STREAM;
2555 dp->dir[XDIR_Type] &= 0x7F; /* Clear the entry InUse flag. */
5463 dj.dir[XDIR_Type] = ET_VLABEL; /* Create volume label entry */