Lines Matching refs: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);
840 struct buffer_head *di_bh)
853 get_bh(di_bh);
854 wc->w_di_bh = di_bh;
1529 int ocfs2_size_fits_inline_data(struct buffer_head *di_bh, u64 new_size)
1531 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data;
1610 struct buffer_head *di_bh,
1622 ret = ocfs2_extend_no_holes(inode, di_bh, newsize, pos);
1634 static int ocfs2_zero_tail(struct inode *inode, struct buffer_head *di_bh,
1641 ret = ocfs2_zero_extend(inode, di_bh, pos);
1649 struct buffer_head *di_bh, struct page *mmap_page)
1664 ret = ocfs2_alloc_write_ctxt(&wc, osb, pos, len, type, di_bh);
1686 ret = ocfs2_zero_tail(inode, di_bh, pos);
1688 ret = ocfs2_expand_nonsparse_inode(inode, di_bh, pos,
1702 ret = ocfs2_refcount_cow(inode, di_bh,
1887 struct buffer_head *di_bh = NULL;
1890 ret = ocfs2_inode_lock(inode, &di_bh, 1);
1906 pagep, fsdata, di_bh, NULL);
1912 brelse(di_bh);
1919 brelse(di_bh);
2150 struct buffer_head *di_bh = NULL;
2220 ret = ocfs2_inode_lock(inode, &di_bh, 1);
2230 ret = ocfs2_zero_tail(inode, di_bh, pos);
2232 ret = ocfs2_expand_nonsparse_inode(inode, di_bh, pos,
2242 (void **)&wc, di_bh, NULL);
2286 brelse(di_bh);
2303 struct buffer_head *di_bh = NULL;
2320 ret = ocfs2_inode_lock(inode, &di_bh, 1);
2334 ret = ocfs2_del_inode_from_orphan(osb, inode, di_bh,
2340 di = (struct ocfs2_dinode *)di_bh->b_data;
2342 ocfs2_init_dinode_extent_tree(&et, INODE_CACHE(inode), di_bh);
2365 ret = ocfs2_journal_access_di(handle, INODE_CACHE(inode), di_bh,
2384 ret = ocfs2_set_inode_size(handle, inode, di_bh, end);
2393 brelse(di_bh);