Searched refs:ISVIRPART (Results 1 – 2 of 2) sorted by relevance
1189 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 …]
127 #define ISVIRPART(fs) ((fs)->vir_avail == FS_VIRENABLE) macro