Lines Matching refs:leaf_bh
1242 struct buffer_head *leaf_bh = lookup->dl_leaf_bh;
1288 trailer = ocfs2_trailer_from_bh(leaf_bh, dir->i_sb);
1324 leaf_bh, leaf_bh->b_data, leaf_bh->b_size);
1330 max_rec_len = ocfs2_find_max_rec_len(dir->i_sb, leaf_bh);
1334 dx_root->dr_free_blk = cpu_to_le64(leaf_bh->b_blocknr);
1338 /* leaf_bh was journal_accessed for us in __ocfs2_delete_entry */
1339 ocfs2_journal_dirty(handle, leaf_bh);
2527 struct buffer_head *leaf_bh = NULL;
2545 data_ac, &leaf_bh);
2551 ret = ocfs2_dx_dir_attach_index(osb, handle, inode, di_bh, leaf_bh,
2562 ocfs2_dx_entry_list_insert(entry_list, &hinfo, leaf_bh->b_blocknr);
2565 ocfs2_dx_entry_list_insert(entry_list, &hinfo, leaf_bh->b_blocknr);
2569 brelse(leaf_bh);
3972 struct buffer_head *leaf_bh = NULL, *prev_leaf_bh = NULL;
3983 prev_leaf_bh = leaf_bh;
3984 leaf_bh = NULL;
3986 ret = ocfs2_read_dir_block_direct(dir, next_block, &leaf_bh);
3992 db = ocfs2_trailer_from_bh(leaf_bh, dir->i_sb);
3994 lookup->dl_leaf_bh = leaf_bh;
3996 leaf_bh = NULL;
4009 brelse(leaf_bh);
4154 struct buffer_head *leaf_bh = NULL;
4220 ret = ocfs2_extend_dir(osb, dir, di_bh, 1, lookup, &leaf_bh);
4232 lookup->dl_leaf_bh = leaf_bh;