Searched refs:dx_leaf (Results 1 – 1 of 1) sorted by relevance
611 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)bh->b_data; in ocfs2_validate_dx_leaf() local615 ret = ocfs2_validate_meta_ecc(sb, bh->b_data, &dx_leaf->dl_check); in ocfs2_validate_dx_leaf()623 if (!OCFS2_IS_VALID_DX_LEAF(dx_leaf)) { in ocfs2_validate_dx_leaf()625 7, dx_leaf->dl_signature); in ocfs2_validate_dx_leaf()897 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_dx_dir_search() local930 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()933 le16_to_cpu(dx_leaf->dl_list.de_num_used), in ocfs2_dx_dir_search()934 le16_to_cpu(dx_leaf->dl_list.de_count)); in ocfs2_dx_dir_search()936 entry_list = &dx_leaf->dl_list; in ocfs2_dx_dir_search()1235 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_delete_entry_dx() local[all …]