Searched refs:read_ahead_status (Results 1 – 2 of 2) sorted by relevance
547 Result<void> read_ahead_status = ConfigureReadAhead(loop_device->name); in CreateAndConfigureLoopDevice() local548 if (!read_ahead_status.ok()) { in CreateAndConfigureLoopDevice()549 return read_ahead_status.error(); in CreateAndConfigureLoopDevice()
592 Result<void> read_ahead_status = in MountPackageImpl() local594 if (!read_ahead_status.ok()) { in MountPackageImpl()595 return read_ahead_status.error(); in MountPackageImpl()