Lines Matching refs:dx_leaf_bh
660 struct buffer_head **dx_leaf_bh) in ocfs2_read_dx_leaf() argument
663 struct buffer_head *tmp = *dx_leaf_bh; in ocfs2_read_dx_leaf()
669 if (!ret && !*dx_leaf_bh) in ocfs2_read_dx_leaf()
670 *dx_leaf_bh = tmp; in ocfs2_read_dx_leaf()
925 struct buffer_head *dx_leaf_bh = NULL; in ocfs2_dx_dir_search() local
953 ret = ocfs2_read_dx_leaf(dir, phys, &dx_leaf_bh); in ocfs2_dx_dir_search()
959 dx_leaf = (struct ocfs2_dx_leaf *) dx_leaf_bh->b_data; in ocfs2_dx_dir_search()
1020 res->dl_dx_leaf_bh = dx_leaf_bh; in ocfs2_dx_dir_search()
1026 brelse(dx_leaf_bh); in ocfs2_dx_dir_search()
1486 struct buffer_head *dx_leaf_bh) in __ocfs2_dx_dir_leaf_insert() argument
1491 ret = ocfs2_journal_access_dl(handle, INODE_CACHE(dir), dx_leaf_bh, in __ocfs2_dx_dir_leaf_insert()
1498 dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in __ocfs2_dx_dir_leaf_insert()
1500 ocfs2_journal_dirty(handle, dx_leaf_bh); in __ocfs2_dx_dir_leaf_insert()
2632 struct buffer_head *dx_leaf_bh; in ocfs2_dx_dir_index_block() local
2649 dx_leaf_bh = dx_leaves[i]; in ocfs2_dx_dir_index_block()
2652 dirent_blk, dx_leaf_bh); in ocfs2_dx_dir_index_block()
3728 struct buffer_head *dx_leaf_bh, in ocfs2_dx_dir_rebalance() argument
3732 struct ocfs2_dx_leaf *dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in ocfs2_dx_dir_rebalance()
3804 ret = ocfs2_journal_access_dl(handle, INODE_CACHE(dir), dx_leaf_bh, in ocfs2_dx_dir_rebalance()
3818 ocfs2_journal_dirty(handle, dx_leaf_bh); in ocfs2_dx_dir_rebalance()
3929 struct buffer_head *dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx() local
3944 ret = ocfs2_read_dx_leaf(dir, blkno, &dx_leaf_bh); in ocfs2_find_dir_space_dx()
3950 dx_leaf = (struct ocfs2_dx_leaf *)dx_leaf_bh->b_data; in ocfs2_find_dir_space_dx()
3966 ret = ocfs2_dx_dir_rebalance(osb, dir, dx_root_bh, dx_leaf_bh, in ocfs2_find_dir_space_dx()
3980 brelse(dx_leaf_bh); in ocfs2_find_dir_space_dx()
3981 dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx()
3986 lookup->dl_dx_leaf_bh = dx_leaf_bh; in ocfs2_find_dir_space_dx()
3987 dx_leaf_bh = NULL; in ocfs2_find_dir_space_dx()
3990 brelse(dx_leaf_bh); in ocfs2_find_dir_space_dx()