• Home
  • Raw
  • Download

Lines Matching refs:leaf_bh

1264 	struct buffer_head *leaf_bh = lookup->dl_leaf_bh;  in ocfs2_delete_entry_dx()  local
1310 trailer = ocfs2_trailer_from_bh(leaf_bh, dir->i_sb); in ocfs2_delete_entry_dx()
1346 leaf_bh, leaf_bh->b_data, leaf_bh->b_size); in ocfs2_delete_entry_dx()
1352 max_rec_len = ocfs2_find_max_rec_len(dir->i_sb, leaf_bh); in ocfs2_delete_entry_dx()
1356 dx_root->dr_free_blk = cpu_to_le64(leaf_bh->b_blocknr); in ocfs2_delete_entry_dx()
1361 ocfs2_journal_dirty(handle, leaf_bh); in ocfs2_delete_entry_dx()
2609 struct buffer_head *leaf_bh = NULL; in ocfs2_fill_new_dir_dx() local
2627 data_ac, &leaf_bh); in ocfs2_fill_new_dir_dx()
2633 ret = ocfs2_dx_dir_attach_index(osb, handle, inode, di_bh, leaf_bh, in ocfs2_fill_new_dir_dx()
2644 ocfs2_dx_entry_list_insert(entry_list, &hinfo, leaf_bh->b_blocknr); in ocfs2_fill_new_dir_dx()
2647 ocfs2_dx_entry_list_insert(entry_list, &hinfo, leaf_bh->b_blocknr); in ocfs2_fill_new_dir_dx()
2651 brelse(leaf_bh); in ocfs2_fill_new_dir_dx()
4055 struct buffer_head *leaf_bh = NULL, *prev_leaf_bh = NULL; in ocfs2_search_dx_free_list() local
4066 prev_leaf_bh = leaf_bh; in ocfs2_search_dx_free_list()
4067 leaf_bh = NULL; in ocfs2_search_dx_free_list()
4069 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh); in ocfs2_search_dx_free_list()
4075 db = ocfs2_trailer_from_bh(leaf_bh, dir->i_sb); in ocfs2_search_dx_free_list()
4077 lookup->dl_leaf_bh = leaf_bh; in ocfs2_search_dx_free_list()
4079 leaf_bh = NULL; in ocfs2_search_dx_free_list()
4092 brelse(leaf_bh); in ocfs2_search_dx_free_list()
4236 struct buffer_head *leaf_bh = NULL; in ocfs2_prepare_dx_dir_for_insert() local
4302 ret = ocfs2_extend_dir(osb, dir, di_bh, 1, lookup, &leaf_bh); in ocfs2_prepare_dx_dir_for_insert()
4314 lookup->dl_leaf_bh = leaf_bh; in ocfs2_prepare_dx_dir_for_insert()