Searched refs:dx_root (Results 1 – 4 of 4) sorted by relevance
156 struct ocfs2_dx_root_block *dx_root; in ocfs2_dx_dir_link_trailer() local572 struct ocfs2_dx_root_block *dx_root; in ocfs2_validate_dx_root() local590 7, dx_root->dr_signature); in ocfs2_validate_dx_root()914 entry_list = &dx_root->dr_entries; in ocfs2_dx_dir_search()918 dr_el = &dx_root->dr_list; in ocfs2_dx_dir_search()1523 dx_root); in ocfs2_dx_dir_insert()2367 dx_root->dr_entries.de_count = in ocfs2_dx_dir_attach_index()2370 dx_root->dr_list.l_count = in ocfs2_dx_dir_attach_index()2572 entry_list = &dx_root->dr_entries; in ocfs2_fill_new_dir_dx()4101 dx_root->dr_list.l_count = in ocfs2_expand_inline_dx_root()[all …]
338 struct ocfs2_dx_root_block *dx_root = et->et_object; in ocfs2_dx_root_set_last_eb_blk() local340 dx_root->dr_last_eb_blk = cpu_to_le64(blkno); in ocfs2_dx_root_set_last_eb_blk()345 struct ocfs2_dx_root_block *dx_root = et->et_object; in ocfs2_dx_root_get_last_eb_blk() local347 return le64_to_cpu(dx_root->dr_last_eb_blk); in ocfs2_dx_root_get_last_eb_blk()353 struct ocfs2_dx_root_block *dx_root = et->et_object; in ocfs2_dx_root_update_clusters() local355 le32_add_cpu(&dx_root->dr_clusters, clusters); in ocfs2_dx_root_update_clusters()360 struct ocfs2_dx_root_block *dx_root = et->et_object; in ocfs2_dx_root_sanity_check() local362 BUG_ON(!OCFS2_IS_VALID_DX_ROOT(dx_root)); in ocfs2_dx_root_sanity_check()369 struct ocfs2_dx_root_block *dx_root = et->et_object; in ocfs2_dx_root_fill_root_el() local371 et->et_root_el = &dx_root->dr_list; in ocfs2_dx_root_fill_root_el()
212 ``dx_root.info.indirect_levels`` is non-zero then the htree has two236 The root of the htree is in ``struct dx_root``, which is the full length400 The hash maps that exist in both ``struct dx_root`` and428 ``count`` entries in the dx_root/dx_node structures are adjusted as452 (dx_root or dx_node), all of the htree indices (dx_entry) that are in
247 struct dx_root struct785 struct dx_root *root; in dx_probe()797 root = (struct dx_root *) frame->bh->b_data; in dx_probe()949 info = &((struct dx_root *)frames[0].bh->b_data)->info; in dx_release()2163 static bool ext4_check_dx_root(struct inode *dir, struct dx_root *root) in ext4_check_dx_root()2218 struct dx_root *root; in make_indexed_dir()2244 root = (struct dx_root *) bh->b_data; in make_indexed_dir()2605 struct dx_root *dxroot; in ext4_dx_add_entry()2613 dxroot = (struct dx_root *)frames[0].bh->b_data; in ext4_dx_add_entry()