Lines Matching refs:dx_leaf_bh
651 struct buffer_head **dx_leaf_bh) in ocfs2_read_dx_leaf() argument
654 struct buffer_head *tmp = *dx_leaf_bh; in ocfs2_read_dx_leaf()
660 if (!ret && !*dx_leaf_bh) in ocfs2_read_dx_leaf()
661 *dx_leaf_bh = tmp; in ocfs2_read_dx_leaf()
915 struct buffer_head *dx_leaf_bh = NULL; in ocfs2_dx_dir_search() local
943 ret = ocfs2_read_dx_leaf(dir, phys, &dx_leaf_bh); in ocfs2_dx_dir_search()
949 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()
1010 res->dl_dx_leaf_bh = dx_leaf_bh; in ocfs2_dx_dir_search()
1016 brelse(dx_leaf_bh); in ocfs2_dx_dir_search()
1476 struct buffer_head *dx_leaf_bh) in __ocfs2_dx_dir_leaf_insert() argument
1481 ret = ocfs2_journal_access_dl(handle, INODE_CACHE(dir), dx_leaf_bh, in __ocfs2_dx_dir_leaf_insert()
1488 dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in __ocfs2_dx_dir_leaf_insert()
1490 ocfs2_journal_dirty(handle, dx_leaf_bh); in __ocfs2_dx_dir_leaf_insert()
2622 struct buffer_head *dx_leaf_bh; in ocfs2_dx_dir_index_block() local
2639 dx_leaf_bh = dx_leaves[i]; in ocfs2_dx_dir_index_block()
2642 dirent_blk, dx_leaf_bh); in ocfs2_dx_dir_index_block()
3715 struct buffer_head *dx_leaf_bh, in ocfs2_dx_dir_rebalance() argument
3719 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in ocfs2_dx_dir_rebalance()
3791 ret = ocfs2_journal_access_dl(handle, INODE_CACHE(dir), dx_leaf_bh, in ocfs2_dx_dir_rebalance()
3805 ocfs2_journal_dirty(handle, dx_leaf_bh); in ocfs2_dx_dir_rebalance()
3916 struct buffer_head *dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx() local
3931 ret = ocfs2_read_dx_leaf(dir, blkno, &dx_leaf_bh); in ocfs2_find_dir_space_dx()
3937 dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in ocfs2_find_dir_space_dx()
3953 ret = ocfs2_dx_dir_rebalance(osb, dir, dx_root_bh, dx_leaf_bh, in ocfs2_find_dir_space_dx()
3967 brelse(dx_leaf_bh); in ocfs2_find_dir_space_dx()
3968 dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx()
3973 lookup->dl_dx_leaf_bh = dx_leaf_bh; in ocfs2_find_dir_space_dx()
3974 dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx()
3977 brelse(dx_leaf_bh); in ocfs2_find_dir_space_dx()