Lines Matching defs:dx_leaf_bh
640 struct buffer_head **dx_leaf_bh)
643 struct buffer_head *tmp = *dx_leaf_bh;
649 if (!ret && !*dx_leaf_bh)
650 *dx_leaf_bh = tmp;
904 struct buffer_head *dx_leaf_bh = NULL;
932 ret = ocfs2_read_dx_leaf(dir, phys, &dx_leaf_bh);
938 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data;
999 res->dl_dx_leaf_bh = dx_leaf_bh;
1005 brelse(dx_leaf_bh);
1465 struct buffer_head *dx_leaf_bh)
1470 ret = ocfs2_journal_access_dl(handle, INODE_CACHE(dir), dx_leaf_bh,
1477 dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data;
1479 ocfs2_journal_dirty(handle, dx_leaf_bh);
2605 struct buffer_head *dx_leaf_bh;
2622 dx_leaf_bh = dx_leaves[i];
2625 dirent_blk, dx_leaf_bh);
3695 * Find the median value in dx_leaf_bh and allocate a new leaf to move
3700 struct buffer_head *dx_leaf_bh,
3704 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data;
3776 ret = ocfs2_journal_access_dl(handle, INODE_CACHE(dir), dx_leaf_bh,
3790 ocfs2_journal_dirty(handle, dx_leaf_bh);
3901 struct buffer_head *dx_leaf_bh = NULL;
3916 ret = ocfs2_read_dx_leaf(dir, blkno, &dx_leaf_bh);
3922 dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data;
3938 ret = ocfs2_dx_dir_rebalance(osb, dir, dx_root_bh, dx_leaf_bh,
3952 brelse(dx_leaf_bh);
3953 dx_leaf_bh = NULL;
3958 lookup->dl_dx_leaf_bh = dx_leaf_bh;
3959 dx_leaf_bh = NULL;
3962 brelse(dx_leaf_bh);