Lines Matching defs:Mount
384 static int Mount(const char *source, const char *target, const char *fsType,
403 BEGET_WARNING_CHECK(errno != EBUSY, rc = 0, "Mount %s to %s busy, ignore", source, target);
453 BEGET_LOGI("Mount device %s to %s", item->deviceName, item->mountPoint);
463 rc = Mount(item->deviceName, item->mountPoint, item->fsType, mountFlags, fsSpecificData);
475 rc = Mount(item->deviceName, item->mountPoint, item->fsType, mountFlags, fsSpecificData);
480 BEGET_LOGE("Mount device %s to %s failed, err = %d, retry", item->deviceName, item->mountPoint, errno);
560 BEGET_LOGE("Mount no fail device %s to %s failed, err = %d", item->deviceName, item->mountPoint, errno);
562 BEGET_LOGW("Mount %s to %s failed, err = %d. Ignore failure", item->deviceName, item->mountPoint, errno);
566 BEGET_LOGI("Mount %s to %s successful", item->deviceName, item->mountPoint);
612 // Mount partition during second startup.
620 // Mount partition during one startup.
719 BEGET_LOGI("Mount point \" %s \" already unmounted. device path: %s, fs type: %s.",