Lines Matching full:preserved
17 * defined lifecycle for each preserved file.
39 * - retrieve(): Reconstructs the file in the new kernel from the preserved
52 * It iterates through all preserved files, calls their respective .freeze()
79 * all preserved files, ensuring all allocated resources are cleaned up and
118 /* Keep track of files being preserved by LUO */
127 * struct luo_file - Represents a single preserved file instance.
130 * @file: Pointer to the kernel's &struct file that is being preserved.
138 * state that is not preserved. Set by the handler's .preserve()
151 * file_set's list of preserved files.
230 * @file_set: The file_set to which the preserved file will be added.
232 * @fd: The file descriptor to be preserved.
261 * -EBUSY if the file descriptor is already preserved by another session.
460 * luo_file_freeze - Freezes all preserved files and serializes their metadata.
466 * final preparation and serialization of all preserved files in the file_set.
468 * It iterates through each preserved file in FIFO order (the order of
562 * luo_retrieve_file - Restores a preserved file from a file_set by its token.
689 * retrieved and the userspace agent is ready to release the preserved state.
756 * luo_file_deserialize - Reconstructs the list of preserved files in the new kernel.
800 * A partial failure leaves the preserved state inconsistent. in luo_file_deserialize()