Searched refs:h_list (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/drivers/input/ |
| H A D | input.c | 125 list_for_each_entry_rcu(handle, &dev->h_list, d_node) { in input_pass_values() 546 list_for_each_entry(handle, &dev->h_list, d_node) in __input_release_device() 716 list_for_each_entry(handle, &dev->h_list, d_node) in input_disconnect_device() 1138 list_for_each_entry(handle, &dev->h_list, d_node) in input_devices_seq_show() 1943 INIT_LIST_HEAD(&dev->h_list); in input_allocate_device() 2224 WARN_ON(!list_empty(&dev->h_list)); in __input_unregister_device() 2496 INIT_LIST_HEAD(&handler->h_list); in input_register_handler() 2525 WARN_ON(!list_empty(&handler->h_list)); in input_unregister_handler() 2659 list_add_rcu(&handle->d_node, &dev->h_list); in input_register_handle() 2661 list_add_tail_rcu(&handle->d_node, &dev->h_list); in input_register_handle() [all …]
|
| /linux-6.15/include/linux/ |
| H A D | input.h | 200 struct list_head h_list; member 335 struct list_head h_list; member
|
| /linux-6.15/fs/ocfs2/ |
| H A D | extent_map.c | 290 el = &eb->h_list; in ocfs2_last_eb_is_empty() 374 el = &next_eb->h_list; in ocfs2_figure_hole_clusters() 426 el = &eb->h_list; in ocfs2_get_clusters_nocache() 560 el = &eb->h_list; in ocfs2_xattr_get_clusters()
|
| H A D | ocfs2_fs.h | 520 /*30*/ struct ocfs2_extent_list h_list; /* Extent record list */ member 1313 offsetof(struct ocfs2_extent_block, h_list.l_recs); in ocfs2_extent_recs_per_eb() 1481 offsetof(struct ocfs2_extent_block, h_list.l_recs); in ocfs2_extent_recs_per_eb()
|
| H A D | alloc.c | 967 el = &eb->h_list; in ocfs2_num_free_extents() 1047 eb->h_list.l_count = in ocfs2_create_new_meta_bhs() 1170 el = &eb->h_list; in ocfs2_add_branch() 1252 eb_el = &eb->h_list; in ocfs2_add_branch() 1387 eb_el = &eb->h_list; in ocfs2_shift_tree_depth() 1496 el = &eb->h_list; in ocfs2_find_branch_target() 1857 el = &eb->h_list; in __ocfs2_find_path() 2556 el = &eb->h_list; in ocfs2_update_edge_lengths() 2594 el = &eb->h_list; in ocfs2_unlink_path() 3198 el = &eb->h_list; in ocfs2_rotate_tree_left() [all …]
|
| H A D | refcounttree.c | 1004 cpos = le32_to_cpu(eb->h_list.l_recs[index].e_cpos); in ocfs2_get_refcount_cpos_end() 1093 el = &eb->h_list; in ocfs2_get_refcount_rec() 2648 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters() 2809 el = &eb->h_list; in ocfs2_refcount_cal_cow_clusters()
|
| H A D | dir.c | 790 el = &eb->h_list; in ocfs2_dx_dir_lookup_rec()
|
| H A D | xattr.c | 3709 el = &eb->h_list; in ocfs2_xattr_get_rec()
|