Lines Matching full:freeze
34 * - freeze(): A final pre-reboot opportunity to prepare the state for kexec.
37 * - unfreeze(): Undoes the actions of .freeze(), called if the live update
38 * is aborted after the freeze phase.
51 * 2. Freeze (Pre-Reboot): Just before the kexec, luo_file_freeze() is called.
52 * It iterates through all preserved files, calls their respective .freeze()
82 * 2. Freeze Failure: During the reboot() syscall, if any handler's .freeze()
129 * This handle is passed back to the handler's .freeze(),
154 * during the .freeze() callback before being serialized for the next kernel.
374 if (luo_file->fh->ops->freeze) { in luo_file_freeze_one()
382 err = luo_file->fh->ops->freeze(&args); in luo_file_freeze_one()
437 * 1. Freezes the File: It calls the handler's .freeze() callback for each
442 * 2. Serializes Metadata: After a successful freeze, it copies the final file
448 * This function is atomic. If any handler's .freeze() operation fails, the
476 pr_warn("Freeze failed for token[%#0llx] handler[%s] err[%pe]\n", in luo_file_freeze()
507 * freeze phase has begun but must be aborted. It is the counterpart to