Lines Matching defs:tfile
103 * @tfile: Pointer to ttm_object_file of the creator.
130 struct ttm_object_file *tfile;
167 * @tfile: Pointer to a struct ttm_object_file.
170 * (different @tfile pointers.)
178 extern int ttm_base_object_init(struct ttm_object_file *tfile,
192 * @tfile: Pointer to a struct ttm_object_file.
199 *tfile, uint32_t key);
208 * This function should only be used when the struct tfile associated with the
229 * @tfile: A struct ttm_object_file representing the application owning the
242 * file corresponding to @tfile is closed, all its reference objects are
249 extern int ttm_ref_object_add(struct ttm_object_file *tfile,
254 extern bool ttm_ref_object_exists(struct ttm_object_file *tfile,
268 extern int ttm_ref_object_base_unref(struct ttm_object_file *tfile,
293 * ensure that there are no concurrent users of tfile.
330 extern int ttm_prime_object_init(struct ttm_object_file *tfile,
348 extern int ttm_prime_fd_to_handle(struct ttm_object_file *tfile,
350 extern int ttm_prime_handle_to_fd(struct ttm_object_file *tfile,
365 ttm_base_object_noref_lookup(struct ttm_object_file *tfile, uint32_t key);