Searched refs:dx_leaf (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/ocfs2/
H A Ddir.c611 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)bh->b_data; local
615 ret = ocfs2_validate_meta_ecc(sb, bh->b_data, &dx_leaf->dl_check);
623 if (!OCFS2_IS_VALID_DX_LEAF(dx_leaf)) {
625 7, dx_leaf->dl_signature);
648 * Read a series of dx_leaf blocks. This expects all buffer_head
897 struct ocfs2_dx_leaf *dx_leaf; local
930 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data;
933 le16_to_cpu(dx_leaf->dl_list.de_num_used),
934 le16_to_cpu(dx_leaf->dl_list.de_count));
936 entry_list = &dx_leaf
1235 struct ocfs2_dx_leaf *dx_leaf; local
1425 ocfs2_dx_dir_leaf_insert_tail(struct ocfs2_dx_leaf *dx_leaf, struct ocfs2_dx_entry *dx_new_entry) argument
1460 struct ocfs2_dx_leaf *dx_leaf; local
2378 struct ocfs2_dx_leaf *dx_leaf; local
3512 ocfs2_dx_leaf_same_major(struct ocfs2_dx_leaf *dx_leaf) argument
3536 ocfs2_dx_dir_find_leaf_split(struct ocfs2_dx_leaf *dx_leaf, u32 leaf_cpos, u32 insert_hash, u32 *split_hash) argument
3688 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; local
3886 struct ocfs2_dx_leaf *dx_leaf; local
[all...]

Completed in 85 milliseconds