Lines Matching refs:di_bh

223 			   struct buffer_head *di_bh)  in ocfs2_read_inline_data()  argument
227 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_read_inline_data()
262 struct buffer_head *di_bh = NULL; in ocfs2_readpage_inline() local
267 ret = ocfs2_read_inode_block(inode, &di_bh); in ocfs2_readpage_inline()
273 ret = ocfs2_read_inline_data(inode, page, di_bh); in ocfs2_readpage_inline()
277 brelse(di_bh); in ocfs2_readpage_inline()
789 struct buffer_head *di_bh = NULL; in ocfs2_direct_IO_write() local
865 ret = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_direct_IO_write()
872 ret = ocfs2_truncate_file(inode, di_bh, in ocfs2_direct_IO_write()
879 brelse(di_bh); in ocfs2_direct_IO_write()
885 brelse(di_bh); in ocfs2_direct_IO_write()
1283 unsigned len, struct buffer_head *di_bh) in ocfs2_alloc_write_ctxt() argument
1296 get_bh(di_bh); in ocfs2_alloc_write_ctxt()
1297 wc->w_di_bh = di_bh; in ocfs2_alloc_write_ctxt()
1889 int ocfs2_size_fits_inline_data(struct buffer_head *di_bh, u64 new_size) in ocfs2_size_fits_inline_data() argument
1891 struct ocfs2_dinode *di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_size_fits_inline_data()
1970 struct buffer_head *di_bh, in ocfs2_expand_nonsparse_inode() argument
1982 ret = ocfs2_extend_no_holes(inode, di_bh, newsize, pos); in ocfs2_expand_nonsparse_inode()
1992 static int ocfs2_zero_tail(struct inode *inode, struct buffer_head *di_bh, in ocfs2_zero_tail() argument
1999 ret = ocfs2_zero_extend(inode, di_bh, pos); in ocfs2_zero_tail()
2045 struct buffer_head *di_bh, struct page *mmap_page) in ocfs2_write_begin_nolock() argument
2060 ret = ocfs2_alloc_write_ctxt(&wc, osb, pos, len, di_bh); in ocfs2_write_begin_nolock()
2080 ret = ocfs2_zero_tail(inode, di_bh, pos); in ocfs2_write_begin_nolock()
2082 ret = ocfs2_expand_nonsparse_inode(inode, di_bh, pos, len, in ocfs2_write_begin_nolock()
2095 ret = ocfs2_refcount_cow(inode, di_bh, in ocfs2_write_begin_nolock()
2272 struct buffer_head *di_bh = NULL; in ocfs2_write_begin() local
2275 ret = ocfs2_inode_lock(inode, &di_bh, 1); in ocfs2_write_begin()
2291 fsdata, di_bh, NULL); in ocfs2_write_begin()
2297 brelse(di_bh); in ocfs2_write_begin()
2304 brelse(di_bh); in ocfs2_write_begin()