Home
last modified time | relevance | path

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

/third_party/FatFs/source/
Dff.c1191 if (fs->free_clst < fs->ct_clst && ISCHILD(fs) && ISVIRPART(fs)) in remove_chain()
1232 if (ISVIRPART(fs) && (fs->st_clst == 0xFFFFFFFF || fs->ct_clst == 0xFFFFFFFF)) { in create_chain()
1240 if (ISVIRPART(fs)) { in create_chain()
1255 if (ISVIRPART(fs)) { in create_chain()
1276 if (ISVIRPART(fs)) { in create_chain()
1289 if (ISVIRPART(fs)) { in create_chain()
1307 if (ISVIRPART(fs)) { in create_chain()
1335 if (ISVIRPART(fs)) { in create_chain()
3311 if (ISVIRPART(fs)) { in f_open()
3390 if (ISVIRPART(fs) && ISCHILD(fs)) in f_open()
[all …]
Dff.h127 #define ISVIRPART(fs) ((fs)->vir_avail == FS_VIRENABLE) macro