Lines Matching refs:di_bh

397 				      struct buffer_head *di_bh,  in ocfs2_get_clusters_nocache()  argument
413 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_get_clusters_nocache()
601 struct buffer_head *di_bh = NULL; in ocfs2_get_clusters() local
615 ret = ocfs2_read_inode_block(inode, &di_bh); in ocfs2_get_clusters()
621 ret = ocfs2_get_clusters_nocache(inode, di_bh, v_cluster, &hole_len, in ocfs2_get_clusters()
650 brelse(di_bh); in ocfs2_get_clusters()
700 static int ocfs2_fiemap_inline(struct inode *inode, struct buffer_head *di_bh, in ocfs2_fiemap_inline() argument
711 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_fiemap_inline()
742 struct buffer_head *di_bh = NULL; in ocfs2_fiemap() local
749 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_fiemap()
762 ret = ocfs2_fiemap_inline(inode, di_bh, fieinfo, map_start); in ocfs2_fiemap()
773 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, in ocfs2_fiemap()
808 brelse(di_bh); in ocfs2_fiemap()
819 int ocfs2_overwrite_io(struct inode *inode, struct buffer_head *di_bh, in ocfs2_overwrite_io() argument
828 if (ocfs2_size_fits_inline_data(di_bh, map_start + map_len)) in ocfs2_overwrite_io()
839 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, in ocfs2_overwrite_io()
870 struct buffer_head *di_bh = NULL; in ocfs2_seek_data_hole_offset() local
875 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_seek_data_hole_offset()
899 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, &hole_size, in ocfs2_seek_data_hole_offset()
947 brelse(di_bh); in ocfs2_seek_data_hole_offset()