Searched refs:dx_leaf (Results 1 – 1 of 1) sorted by relevance
617 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)bh->b_data; in ocfs2_validate_dx_leaf() local621 ret = ocfs2_validate_meta_ecc(sb, bh->b_data, &dx_leaf->dl_check); in ocfs2_validate_dx_leaf()629 if (!OCFS2_IS_VALID_DX_LEAF(dx_leaf)) { in ocfs2_validate_dx_leaf()631 7, dx_leaf->dl_signature); in ocfs2_validate_dx_leaf()903 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_dx_dir_search() local936 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()939 le16_to_cpu(dx_leaf->dl_list.de_num_used), in ocfs2_dx_dir_search()940 le16_to_cpu(dx_leaf->dl_list.de_count)); in ocfs2_dx_dir_search()942 entry_list = &dx_leaf->dl_list; in ocfs2_dx_dir_search()1241 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_delete_entry_dx() local[all …]