FS_EXFAT is only used within FatFs.
 
Symbols
loading...
Files
loading...

FS_EXFAT macro

Syntax

#define FS_EXFAT 4

References

LocationText
ff.h:347
#define FS_EXFAT 4
ff.c:1120
if (!_FS_EXFAT || fs->fs_type != FS_EXFAT) {
ff.c:1290
if (pclst && (!_FS_EXFAT || fs->fs_type != FS_EXFAT || obj->stat != 2)) {
ff.c:1301
if (!_FS_EXFAT || fs->fs_type != FS_EXFAT) {
ff.c:1479
if (ofs >= (DWORD)((_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR) || ofs % SZDIRE) { /* Check range of offset and alignment */
ff.c:1531
if (!dp->sect || ofs >= (DWORD)((_FS_EXFAT && fs->fs_type == FS_EXFAT) ? MAX_DIR_EX : MAX_DIR)) return FR_NO_FILE; /* Report EOT when offset has reached max value */
ff.c:2411
if (_FS_EXFAT && fs->fs_type == FS_EXFAT) { /* On the exFAT volume */
ff.c:3631
if ((!_FS_EXFAT || fs->fs_type != FS_EXFAT) && (DWORD)(fp->fptr + btw) < (DWORD)fp->fptr) {
ff.c:4656
if (!_FS_EXFAT || fs->fs_type != FS_EXFAT) {
ff.c:5375
fmt = FS_EXFAT; break;
ff.c:5706
if (_FS_EXFAT && fmt == FS_EXFAT) {