Home
last modified time | relevance | path

Searched refs:dr_list (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ocfs2/
H A Ddir.c947 dr_el = &dx_root->dr_list; in ocfs2_dx_dir_search()
2399 dx_root->dr_list.l_count = in ocfs2_dx_dir_attach_index()
3729 credits += ocfs2_calc_extend_credits(osb->sb, &dx_root->dr_list); in ocfs2_dx_dir_rebalance_credits()
3949 ret = ocfs2_dx_dir_lookup(dir, &dx_root->dr_list, &lookup->dl_hinfo, in ocfs2_find_dir_space_dx()
4136 dx_root->dr_list.l_tree_depth = 0; in ocfs2_expand_inline_dx_root()
4137 dx_root->dr_list.l_count = in ocfs2_expand_inline_dx_root()
4139 dx_root->dr_list.l_next_free_rec = 0; in ocfs2_expand_inline_dx_root()
4140 memset(&dx_root->dr_list.l_recs, 0, in ocfs2_expand_inline_dx_root()
4142 (offsetof(struct ocfs2_dx_root_block, dr_list) + in ocfs2_expand_inline_dx_root()
4476 ret = ocfs2_dx_dir_lookup_rec(dir, &dx_root->dr_list, in ocfs2_dx_dir_truncate()
H A Docfs2_fs.h847 struct ocfs2_extent_list dr_list; /* Keep this aligned to 128 member
1299 offsetof(struct ocfs2_dx_root_block, dr_list.l_recs); in ocfs2_extent_recs_per_dx_root()
H A Dalloc.c372 et->et_root_el = &dx_root->dr_list; in ocfs2_dx_root_fill_root_el()
/linux/drivers/pci/controller/
H A Dpci-hyperv.c509 struct list_head dr_list; member
2718 while (!list_empty(&hbus->dr_list)) { in pci_devices_present_work()
2719 dr = list_first_entry(&hbus->dr_list, struct hv_dr_state, in pci_devices_present_work()
2724 if (!list_empty(&hbus->dr_list)) { in pci_devices_present_work()
2855 pending_dr = !list_empty(&hbus->dr_list); in hv_pci_start_relations_work()
2856 list_add_tail(&dr->list_entry, &hbus->dr_list); in hv_pci_start_relations_work()
3782 INIT_LIST_HEAD(&hbus->dr_list); in hv_pci_probe()