Lines Matching refs:fixed_file_ref_node
202 struct fixed_file_ref_node { struct
215 struct fixed_file_ref_node *node; argument
6970 struct fixed_file_ref_node *ref_node = NULL; in io_sqe_files_unregister()
7314 static void __io_file_put_work(struct fixed_file_ref_node *ref_node) in __io_file_put_work()
7340 struct fixed_file_ref_node *ref_node; in io_file_put_work()
7343 ref_node = llist_entry(node, struct fixed_file_ref_node, llist); in io_file_put_work()
7351 struct fixed_file_ref_node *ref_node; in io_file_data_ref_zero()
7357 ref_node = container_of(ref, struct fixed_file_ref_node, refs); in io_file_data_ref_zero()
7366 struct fixed_file_ref_node, node); in io_file_data_ref_zero()
7384 static struct fixed_file_ref_node *alloc_fixed_file_ref_node( in alloc_fixed_file_ref_node()
7387 struct fixed_file_ref_node *ref_node; in alloc_fixed_file_ref_node()
7405 static void destroy_fixed_file_ref_node(struct fixed_file_ref_node *ref_node) in destroy_fixed_file_ref_node()
7418 struct fixed_file_ref_node *ref_node; in io_sqe_files_register()
7566 struct fixed_file_ref_node *ref_node = data->node; in io_queue_file_removal()
7583 struct fixed_file_ref_node *ref_node; in __io_sqe_files_update()