FatFS
FF_FS_EXFAT
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FF_FS_EXFAT
FF_FS_EXFAT macro
Syntax
Show:
Summary
Declaration
from
ffconf.h:282
#define
FF_FS_EXFAT
0
Examples
References
from
examples
Code
Location
#define
FF_FS_EXFAT
0
ffconf.h:282
#if
FF_FS_EXFAT
ff.c:502
#if
FF_FS_EXFAT
ff.c:534
#if
FF_FS_EXFAT
ff.c:546
#if
FF_FS_EXFAT
ff.c:642
#if
FF_FS_EXFAT
ff.c:674
#if
FF_FS_EXFAT
ff.c:1201
#if
FF_FS_EXFAT
ff.c:1279
if
(
!
FF_FS_EXFAT
||
fs
->
fs_type
!=
FS_EXFAT
)
{
ff.c:1284
#if
FF_FS_EXFAT
&&
!
FF_FS_READONLY
ff.c:1300
#if
FF_FS_EXFAT
||
FF_USE_TRIM
ff.c:1443
if
(
pclst
!=
0
&&
(
!
FF_FS_EXFAT
||
fs
->
fs_type
!=
FS_EXFAT
||
obj
->
stat
!=
2
)
)
{
ff.c:1453
if
(
!
FF_FS_EXFAT
||
fs
->
fs_type
!=
FS_EXFAT
)
{
ff.c:1464
#if
FF_FS_EXFAT
||
FF_USE_TRIM
ff.c:1472
#if
FF_FS_EXFAT
ff.c:1476
#if
FF_FS_EXFAT
ff.c:1493
#if
FF_FS_EXFAT
ff.c:1552
if
(
ofs
>=
(
DWORD
)
(
(
FF_FS_EXFAT
&&
fs
->
fs_type
==
FS_EXFAT
)
?
MAX_DIR_EX
:
MAX_DIR
)
||
ofs
%
SZDIRE
)
{
/* Check range of offset and alignment */
ff.c:1711
if
(
FF_FS_EXFAT
)
dp
->
obj
.
stat
=
0
;
/* exFAT: Root dir has an FAT chain */
ff.c:1718
if
(
ofs
>=
(
DWORD
)
(
(
FF_FS_EXFAT
&&
fs
->
fs_type
==
FS_EXFAT
)
?
MAX_DIR_EX
:
MAX_DIR
)
)
dp
->
sect
=
0
;
/* Disable it if the offset reached the max value */
ff.c:1760
if
(
FF_FS_EXFAT
)
dp
->
obj
.
stat
|=
4
;
/* exFAT: The directory has been stretched */
ff.c:1786
#if
FF_FS_EXFAT
ff.c:1827
#if
FF_FS_MINIMIZE
<=
1
||
FF_FS_RPATH
>=
2
||
FF_USE_LABEL
||
FF_FS_EXFAT
ff.c:1921
#if
FF_FS_EXFAT
ff.c:2075
#if
FF_FS_MINIMIZE
<=
1
||
FF_FS_RPATH
>=
2
||
FF_USE_LABEL
||
FF_FS_EXFAT
ff.c:2303
#if
FF_FS_EXFAT
ff.c:2330
#if
FF_FS_EXFAT
ff.c:2402
#if
FF_FS_EXFAT
ff.c:2484
if
(
FF_FS_EXFAT
&&
fs
->
fs_type
==
FS_EXFAT
)
{
/* On the exFAT volume */
ff.c:2590
#if
FF_FS_EXFAT
ff.c:2642
#if
FF_FS_EXFAT
ff.c:3075
#if
FF_FS_EXFAT
ff.c:3119
#if
FF_FS_EXFAT
ff.c:3308
#if
FF_FS_EXFAT
ff.c:3457
#if
FF_FS_EXFAT
ff.c:3787
#if
FF_FS_EXFAT
ff.c:3859
if
(
(
!
FF_FS_EXFAT
||
fs
->
fs_type
!=
FS_EXFAT
)
&&
(
DWORD
)
(
fp
->
fptr
+
btw
)
<
(
DWORD
)
fp
->
fptr
)
{
ff.c:4072
#if
FF_FS_EXFAT
ff.c:4193
#if
FF_FS_EXFAT
&&
!
FF_FS_READONLY
ff.c:4492
#if
FF_FS_EXFAT
ff.c:4553
if
(
FF_FS_EXFAT
&&
fp
->
fptr
>
fp
->
obj
.
objsize
)
{
/* No FAT chain object needs correct objsize to generate FAT value */
ff.c:4585
#if
FF_FS_EXFAT
ff.c:4659
#if
FF_FS_EXFAT
ff.c:4894
#if
FF_FS_EXFAT
ff.c:5011
#if
FF_FS_EXFAT
ff.c:5038
#if
FF_FS_EXFAT
ff.c:5057
#if
FF_FS_EXFAT
ff.c:5075
if
(
!
FF_FS_EXFAT
||
fs
->
fs_type
!=
FS_EXFAT
)
{
/* Create dot entries (FAT only) */
ff.c:5129
#if
FF_FS_EXFAT
ff.c:5144
BYTE
buf
[
FF_FS_EXFAT
?
SZDIRE
*
2
:
SZDIRE
]
,
*
dir
;
ff.c:5189
#if
FF_FS_EXFAT
ff.c:5207
#if
FF_FS_EXFAT
ff.c:5311
#if
FF_FS_EXFAT
ff.c:5356
#if
FF_FS_EXFAT
ff.c:5620
#if
FF_FS_EXFAT
ff.c:5628
if
(
FF_FS_EXFAT
)
fp
->
obj
.
stat
=
2
;
/* Set status 'contiguous chain' */
ff.c:5681
if
(
FF_FS_EXFAT
&&
(
fsopt
&
FM_EXFAT
)
)
{
/* exFAT possible? */
ff.c:6049
#if
FF_FS_EXFAT
ff.c:6069
if
(
FF_FS_EXFAT
&&
fsty
==
FS_EXFAT
)
{
ff.c:6390
#if
FF_FS_EXFAT
ff.h:68
#if
FF_FS_EXFAT
ff.h:148
#if
FF_FS_EXFAT
ff.h:169
#if
FF_FS_EXFAT
ff.h:191
#if
FF_FS_EXFAT
vfs_fat.c:649
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out