Searched refs:dx_leaf (Results 1 – 1 of 1) sorted by relevance
613 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)bh->b_data; in ocfs2_validate_dx_leaf() local617 ret = ocfs2_validate_meta_ecc(sb, bh->b_data, &dx_leaf->dl_check); in ocfs2_validate_dx_leaf()625 if (!OCFS2_IS_VALID_DX_LEAF(dx_leaf)) { in ocfs2_validate_dx_leaf()627 7, dx_leaf->dl_signature); in ocfs2_validate_dx_leaf()899 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_dx_dir_search() local932 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()935 le16_to_cpu(dx_leaf->dl_list.de_num_used), in ocfs2_dx_dir_search()936 le16_to_cpu(dx_leaf->dl_list.de_count)); in ocfs2_dx_dir_search()938 entry_list = &dx_leaf->dl_list; in ocfs2_dx_dir_search()1237 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_delete_entry_dx() local[all …]