Searched refs:dx_leaf (Results 1 – 1 of 1) sorted by relevance
638 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)bh->b_data; in ocfs2_validate_dx_leaf() local642 ret = ocfs2_validate_meta_ecc(sb, bh->b_data, &dx_leaf->dl_check); in ocfs2_validate_dx_leaf()650 if (!OCFS2_IS_VALID_DX_LEAF(dx_leaf)) { in ocfs2_validate_dx_leaf()652 7, dx_leaf->dl_signature); in ocfs2_validate_dx_leaf()926 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_dx_dir_search() local959 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()962 le16_to_cpu(dx_leaf->dl_list.de_num_used), in ocfs2_dx_dir_search()963 le16_to_cpu(dx_leaf->dl_list.de_count)); in ocfs2_dx_dir_search()965 entry_list = &dx_leaf->dl_list; in ocfs2_dx_dir_search()1264 struct ocfs2_dx_leaf *dx_leaf; in ocfs2_delete_entry_dx() local[all …]