Lines Matching defs:di_bh

220 			   struct buffer_head *di_bh)
224 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
259 struct buffer_head *di_bh = NULL;
264 ret = ocfs2_read_inode_block(inode, &di_bh);
270 ret = ocfs2_read_inline_data(inode, page, di_bh);
274 brelse(di_bh);
838 struct buffer_head *di_bh)
851 get_bh(di_bh);
852 wc->w_di_bh = di_bh;
1527 int ocfs2_size_fits_inline_data(struct buffer_head *di_bh, u64 new_size)
1529 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
1608 struct buffer_head *di_bh,
1620 ret = ocfs2_extend_no_holes(inode, di_bh, newsize, pos);
1632 static int ocfs2_zero_tail(struct inode *inode, struct buffer_head *di_bh,
1639 ret = ocfs2_zero_extend(inode, di_bh, pos);
1647 struct buffer_head *di_bh, struct page *mmap_page)
1662 ret = ocfs2_alloc_write_ctxt(&wc, osb, pos, len, type, di_bh);
1684 ret = ocfs2_zero_tail(inode, di_bh, pos);
1686 ret = ocfs2_expand_nonsparse_inode(inode, di_bh, pos,
1700 ret = ocfs2_refcount_cow(inode, di_bh,
1885 struct buffer_head *di_bh = NULL;
1888 ret = ocfs2_inode_lock(inode, &di_bh, 1);
1904 pagep, fsdata, di_bh, NULL);
1910 brelse(di_bh);
1917 brelse(di_bh);
2148 struct buffer_head *di_bh = NULL;
2218 ret = ocfs2_inode_lock(inode, &di_bh, 1);
2228 ret = ocfs2_zero_tail(inode, di_bh, pos);
2230 ret = ocfs2_expand_nonsparse_inode(inode, di_bh, pos,
2240 (void **)&wc, di_bh, NULL);
2284 brelse(di_bh);
2301 struct buffer_head *di_bh = NULL;
2318 ret = ocfs2_inode_lock(inode, &di_bh, 1);
2332 ret = ocfs2_del_inode_from_orphan(osb, inode, di_bh,
2338 di = (struct ocfs2_dinode *)di_bh->b_data;
2340 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(inode), di_bh);
2363 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh,
2382 ret = ocfs2_set_inode_size(handle, inode, di_bh, end);
2391 brelse(di_bh);