Lines Matching refs:dx_leaf_bh
634 struct buffer_head **dx_leaf_bh) in ocfs2_read_dx_leaf() argument
637 struct buffer_head *tmp = *dx_leaf_bh; in ocfs2_read_dx_leaf()
643 if (!ret && !*dx_leaf_bh) in ocfs2_read_dx_leaf()
644 *dx_leaf_bh = tmp; in ocfs2_read_dx_leaf()
898 struct buffer_head *dx_leaf_bh = NULL; in ocfs2_dx_dir_search() local
926 ret = ocfs2_read_dx_leaf(dir, phys, &dx_leaf_bh); in ocfs2_dx_dir_search()
932 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()
993 res->dl_dx_leaf_bh = dx_leaf_bh; in ocfs2_dx_dir_search()
999 brelse(dx_leaf_bh); in ocfs2_dx_dir_search()
1459 struct buffer_head *dx_leaf_bh) in __ocfs2_dx_dir_leaf_insert() argument
1464 ret = ocfs2_journal_access_dl(handle, INODE_CACHE(dir), dx_leaf_bh, in __ocfs2_dx_dir_leaf_insert()
1471 dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in __ocfs2_dx_dir_leaf_insert()
1473 ocfs2_journal_dirty(handle, dx_leaf_bh); in __ocfs2_dx_dir_leaf_insert()
2596 struct buffer_head *dx_leaf_bh; in ocfs2_dx_dir_index_block() local
2613 dx_leaf_bh = dx_leaves[i]; in ocfs2_dx_dir_index_block()
2616 dirent_blk, dx_leaf_bh); in ocfs2_dx_dir_index_block()
3688 struct buffer_head *dx_leaf_bh, in ocfs2_dx_dir_rebalance() argument
3692 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in ocfs2_dx_dir_rebalance()
3764 ret = ocfs2_journal_access_dl(handle, INODE_CACHE(dir), dx_leaf_bh, in ocfs2_dx_dir_rebalance()
3778 ocfs2_journal_dirty(handle, dx_leaf_bh); in ocfs2_dx_dir_rebalance()
3889 struct buffer_head *dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx() local
3904 ret = ocfs2_read_dx_leaf(dir, blkno, &dx_leaf_bh); in ocfs2_find_dir_space_dx()
3910 dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in ocfs2_find_dir_space_dx()
3926 ret = ocfs2_dx_dir_rebalance(osb, dir, dx_root_bh, dx_leaf_bh, in ocfs2_find_dir_space_dx()
3940 brelse(dx_leaf_bh); in ocfs2_find_dir_space_dx()
3941 dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx()
3946 lookup->dl_dx_leaf_bh = dx_leaf_bh; in ocfs2_find_dir_space_dx()
3947 dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx()
3950 brelse(dx_leaf_bh); in ocfs2_find_dir_space_dx()