Searched refs:LOS_IsRegionFileValid (Results 1 – 6 of 6) sorted by relevance
181 if (!LOS_IsRegionFileValid(region) || (region->unTypeData.rf.vnode == NULL)) { in OsVmmFileRemove()339 if (!LOS_IsRegionFileValid(region) || (region->unTypeData.rf.vnode == NULL) || (vmf == NULL)) { in OsDelMapInfo()377 if (!LOS_IsRegionFileValid(region) || (region->unTypeData.rf.vnode == NULL) || (vmf == NULL)) { in OsVmmFileFault()
310 if (LOS_IsRegionFileValid(oldRegion)) { in LOS_VmSpaceClone()438 BOOL LOS_IsRegionFileValid(LosVmMapRegion *region) in LOS_IsRegionFileValid() function623 if (LOS_IsRegionFileValid(region)) {
394 if (LOS_IsRegionFileValid(region)) { in OsVmPageFaultHandler()
63 } else if (LOS_IsRegionFileValid(region)) { in OsGetRegionNameOrFilePath()
279 BOOL LOS_IsRegionFileValid(LosVmMapRegion *region);
292 if (!LOS_IsRegionFileValid(region)) { in OsGetTextRegionBase()300 if ((lastRegion == NULL) || !LOS_IsRegionFileValid(lastRegion)) { in OsGetTextRegionBase()