Lines Matching refs:di_bh
222 struct buffer_head *di_bh)
226 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
261 struct buffer_head *di_bh = NULL;
266 ret = ocfs2_read_inode_block(inode, &di_bh);
272 ret = ocfs2_read_inline_data(inode, page, di_bh);
276 brelse(di_bh);
844 struct buffer_head *di_bh)
857 get_bh(di_bh);
858 wc->w_di_bh = di_bh;
1533 int ocfs2_size_fits_inline_data(struct buffer_head *di_bh, u64 new_size)
1535 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
1614 struct buffer_head *di_bh,
1626 ret = ocfs2_extend_no_holes(inode, di_bh, newsize, pos);
1638 static int ocfs2_zero_tail(struct inode *inode, struct buffer_head *di_bh,
1645 ret = ocfs2_zero_extend(inode, di_bh, pos);
1653 struct buffer_head *di_bh, struct page *mmap_page)
1668 ret = ocfs2_alloc_write_ctxt(&wc, osb, pos, len, type, di_bh);
1690 ret = ocfs2_zero_tail(inode, di_bh, pos);
1692 ret = ocfs2_expand_nonsparse_inode(inode, di_bh, pos,
1706 ret = ocfs2_refcount_cow(inode, di_bh,
1891 struct buffer_head *di_bh = NULL;
1894 ret = ocfs2_inode_lock(inode, &di_bh, 1);
1910 pagep, fsdata, di_bh, NULL);
1916 brelse(di_bh);
1923 brelse(di_bh);
2153 struct buffer_head *di_bh = NULL;
2223 ret = ocfs2_inode_lock(inode, &di_bh, 1);
2233 ret = ocfs2_zero_tail(inode, di_bh, pos);
2235 ret = ocfs2_expand_nonsparse_inode(inode, di_bh, pos,
2245 (void **)&wc, di_bh, NULL);
2289 brelse(di_bh);
2306 struct buffer_head *di_bh = NULL;
2323 ret = ocfs2_inode_lock(inode, &di_bh, 1);
2337 ret = ocfs2_del_inode_from_orphan(osb, inode, di_bh,
2343 di = (struct ocfs2_dinode *)di_bh->b_data;
2345 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(inode), di_bh);
2368 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh,
2387 ret = ocfs2_set_inode_size(handle, inode, di_bh, end);
2396 brelse(di_bh);