Lines Matching defs:tfile
101 * @tfile: Pointer to ttm_object_file of the creator.
128 struct ttm_object_file *tfile;
165 * @tfile: Pointer to a struct ttm_object_file.
168 * (different @tfile pointers.)
176 extern int ttm_base_object_init(struct ttm_object_file *tfile,
190 * @tfile: Pointer to a struct ttm_object_file.
197 *tfile, uint32_t key);
206 * This function should only be used when the struct tfile associated with the
227 * @tfile: A struct ttm_object_file representing the application owning the
240 * file corresponding to @tfile is closed, all its reference objects are
247 extern int ttm_ref_object_add(struct ttm_object_file *tfile,
252 extern bool ttm_ref_object_exists(struct ttm_object_file *tfile,
266 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
291 * ensure that there are no concurrent users of tfile.
328 extern int ttm_prime_object_init(struct ttm_object_file *tfile,
346 extern int ttm_prime_fd_to_handle(struct ttm_object_file *tfile,
348 extern int ttm_prime_handle_to_fd(struct ttm_object_file *tfile,
363 ttm_base_object_noref_lookup(struct ttm_object_file *tfile, uint32_t key);