Lines Matching refs:dx_leaf_bh

652 			      struct buffer_head **dx_leaf_bh)  in ocfs2_read_dx_leaf()  argument
655 struct buffer_head *tmp = *dx_leaf_bh; in ocfs2_read_dx_leaf()
661 if (!ret && !*dx_leaf_bh) in ocfs2_read_dx_leaf()
662 *dx_leaf_bh = tmp; in ocfs2_read_dx_leaf()
916 struct buffer_head *dx_leaf_bh = NULL; in ocfs2_dx_dir_search() local
944 ret = ocfs2_read_dx_leaf(dir, phys, &dx_leaf_bh); in ocfs2_dx_dir_search()
950 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()
1011 res->dl_dx_leaf_bh = dx_leaf_bh; in ocfs2_dx_dir_search()
1017 brelse(dx_leaf_bh); in ocfs2_dx_dir_search()
1477 struct buffer_head *dx_leaf_bh) in __ocfs2_dx_dir_leaf_insert() argument
1482 ret = ocfs2_journal_access_dl(handle, INODE_CACHE(dir), dx_leaf_bh, in __ocfs2_dx_dir_leaf_insert()
1489 dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in __ocfs2_dx_dir_leaf_insert()
1491 ocfs2_journal_dirty(handle, dx_leaf_bh); in __ocfs2_dx_dir_leaf_insert()
2623 struct buffer_head *dx_leaf_bh; in ocfs2_dx_dir_index_block() local
2640 dx_leaf_bh = dx_leaves[i]; in ocfs2_dx_dir_index_block()
2643 dirent_blk, dx_leaf_bh); in ocfs2_dx_dir_index_block()
3716 struct buffer_head *dx_leaf_bh, in ocfs2_dx_dir_rebalance() argument
3720 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in ocfs2_dx_dir_rebalance()
3792 ret = ocfs2_journal_access_dl(handle, INODE_CACHE(dir), dx_leaf_bh, in ocfs2_dx_dir_rebalance()
3806 ocfs2_journal_dirty(handle, dx_leaf_bh); in ocfs2_dx_dir_rebalance()
3917 struct buffer_head *dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx() local
3932 ret = ocfs2_read_dx_leaf(dir, blkno, &dx_leaf_bh); in ocfs2_find_dir_space_dx()
3938 dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in ocfs2_find_dir_space_dx()
3954 ret = ocfs2_dx_dir_rebalance(osb, dir, dx_root_bh, dx_leaf_bh, in ocfs2_find_dir_space_dx()
3968 brelse(dx_leaf_bh); in ocfs2_find_dir_space_dx()
3969 dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx()
3974 lookup->dl_dx_leaf_bh = dx_leaf_bh; in ocfs2_find_dir_space_dx()
3975 dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx()
3978 brelse(dx_leaf_bh); in ocfs2_find_dir_space_dx()