Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.c1189 if (fs->free_clst < fs->ct_clst && ISCHILD(fs) && ISVIRPART(fs)) in remove_chain()
1230 if (ISVIRPART(fs) && (fs->st_clst == 0xFFFFFFFF || fs->ct_clst == 0xFFFFFFFF)) { in create_chain()
1238 if (ISVIRPART(fs)) { in create_chain()
1253 if (ISVIRPART(fs)) { in create_chain()
1274 if (ISVIRPART(fs)) { in create_chain()
1287 if (ISVIRPART(fs)) { in create_chain()
1305 if (ISVIRPART(fs)) { in create_chain()
1333 if (ISVIRPART(fs)) { in create_chain()
3285 if (ISVIRPART(fs)) { in f_open()
3365 if (ISVIRPART(fs) && ISCHILD(fs)) in f_open()
[all …]
Dff.h127 #define ISVIRPART(fs) ((fs)->vir_avail == FS_VIRENABLE) macro