Lines Matching refs:di_bh

412 				      struct buffer_head *di_bh,  in ocfs2_get_clusters_nocache()  argument
428 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_get_clusters_nocache()
617 struct buffer_head *di_bh = NULL; in ocfs2_get_clusters() local
631 ret = ocfs2_read_inode_block(inode, &di_bh); in ocfs2_get_clusters()
637 ret = ocfs2_get_clusters_nocache(inode, di_bh, v_cluster, &hole_len, in ocfs2_get_clusters()
666 brelse(di_bh); in ocfs2_get_clusters()
716 static int ocfs2_fiemap_inline(struct inode *inode, struct buffer_head *di_bh, in ocfs2_fiemap_inline() argument
727 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_fiemap_inline()
760 struct buffer_head *di_bh = NULL; in ocfs2_fiemap() local
767 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_fiemap()
780 ret = ocfs2_fiemap_inline(inode, di_bh, fieinfo, map_start); in ocfs2_fiemap()
791 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, in ocfs2_fiemap()
826 brelse(di_bh); in ocfs2_fiemap()
837 int ocfs2_overwrite_io(struct inode *inode, struct buffer_head *di_bh, in ocfs2_overwrite_io() argument
846 if (ocfs2_size_fits_inline_data(di_bh, map_start + map_len)) in ocfs2_overwrite_io()
857 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, in ocfs2_overwrite_io()
888 struct buffer_head *di_bh = NULL; in ocfs2_seek_data_hole_offset() local
893 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_seek_data_hole_offset()
917 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, &hole_size, in ocfs2_seek_data_hole_offset()
965 brelse(di_bh); in ocfs2_seek_data_hole_offset()