Lines Matching full:retrieved
66 * retrieved in ANY order.
127 * retrieved.
136 * @retrieved: A flag indicating whether a user/kernel in the new kernel has
140 * (e.g., @retrieved, @file), ensuring that operations like
163 bool retrieved; member
296 luo_file->retrieved = false; in luo_preserve_file()
532 * to the newly retrieved 'struct file'.
539 * retrieved, this function will simply return a pointer to the existing
541 * operation. This is handled by checking the 'retrieved' flag under a lock.
574 if (luo_file->retrieved) { in luo_retrieve_file()
593 luo_file->retrieved = true; in luo_retrieve_file()
612 args.retrieved = luo_file->retrieved; in luo_file_can_finish_one()
629 args.retrieved = luo_file->retrieved; in luo_file_finish_one()
640 * retrieved and the userspace agent is ready to release the preserved state.
645 * 1. If file is not yet retrieved, retrieves it, and calls can_finish() on
720 * initialized to NULL, as the file has not been retrieved yet.
784 luo_file->retrieved = false; in luo_file_deserialize()