Lines Matching full:retrieve
39 * - retrieve(): Reconstructs the file in the new kernel from the preserved
62 * 4. Retrieve (New Kernel - Userspace Ready): The userspace agent can now
64 * searches for the matching token, calls the handler's .retrieve() op to
131 * .retrieve(), and .finish() callbacks, allowing it to track
138 * successfully called retrieve() on this file. This prevents
139 * multiple retrieval attempts. A value of 0 means a retrieve()
140 * has not been attempted, a positive value means the retrieve()
141 * was successful, and a negative value means the retrieve()
537 * @file_set: The file_set from which to retrieve the file.
548 * 'struct file' and report success without re-executing the retrieve
558 * Any error code returned by the handler's .retrieve() op.
583 /* Retrieve was attempted and it failed. Return the error code. */ in luo_retrieve_file()
599 err = luo_file->fh->ops->retrieve(&args); in luo_retrieve_file()
840 if (!fh->ops->preserve || !fh->ops->unpreserve || !fh->ops->retrieve || in liveupdate_register_file_handler()