Lines Matching defs:dx_leaves
2387 struct buffer_head **dx_leaves,
2400 dx_leaves[i] = bh;
2441 struct buffer_head **dx_leaves,
2466 ret = ocfs2_dx_dir_format_cluster(osb, handle, dir, dx_leaves,
2483 struct buffer_head **dx_leaves,
2489 ret = __ocfs2_dx_dir_new_cluster(dir, cpos, handle, data_ac, dx_leaves,
2508 struct buffer_head **dx_leaves;
2510 dx_leaves = kcalloc(num_dx_leaves, sizeof(struct buffer_head *),
2512 if (dx_leaves && ret_num_leaves)
2515 return dx_leaves;
2597 struct buffer_head **dx_leaves,
2622 dx_leaf_bh = dx_leaves[i];
2792 struct buffer_head **dx_leaves = NULL;
2813 dx_leaves = ocfs2_dx_dir_kmalloc_leaves(sb,
2815 if (!dx_leaves) {
2873 dx_leaves, num_dx_leaves,
2944 ret = ocfs2_dx_dir_index_block(dir, handle, dx_leaves,
3059 get_bh(dx_leaves[off]);
3060 lookup->dl_dx_leaf_bh = dx_leaves[off];
3079 if (dx_leaves) {
3081 brelse(dx_leaves[i]);
3082 kfree(dx_leaves);
4018 struct buffer_head **dx_leaves = NULL;
4035 dx_leaves = ocfs2_dx_dir_kmalloc_leaves(osb->sb, &num_dx_leaves);
4036 if (!dx_leaves) {
4067 ret = __ocfs2_dx_dir_new_cluster(dir, 0, handle, data_ac, dx_leaves,
4086 target_leaf = (struct ocfs2_dx_leaf *)dx_leaves[j]->b_data;
4122 if (dx_leaves) {
4124 brelse(dx_leaves[i]);
4125 kfree(dx_leaves);