Lines Matching refs:di_bh
411 struct buffer_head *di_bh, in ocfs2_get_clusters_nocache() argument
427 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_get_clusters_nocache()
616 struct buffer_head *di_bh = NULL; in ocfs2_get_clusters() local
630 ret = ocfs2_read_inode_block(inode, &di_bh); in ocfs2_get_clusters()
636 ret = ocfs2_get_clusters_nocache(inode, di_bh, v_cluster, &hole_len, in ocfs2_get_clusters()
665 brelse(di_bh); in ocfs2_get_clusters()
715 static int ocfs2_fiemap_inline(struct inode *inode, struct buffer_head *di_bh, in ocfs2_fiemap_inline() argument
726 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_fiemap_inline()
759 struct buffer_head *di_bh = NULL; in ocfs2_fiemap() local
766 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_fiemap()
779 ret = ocfs2_fiemap_inline(inode, di_bh, fieinfo, map_start); in ocfs2_fiemap()
790 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, in ocfs2_fiemap()
825 brelse(di_bh); in ocfs2_fiemap()
843 struct buffer_head *di_bh = NULL; in ocfs2_seek_data_hole_offset() local
848 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_seek_data_hole_offset()
872 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, &hole_size, in ocfs2_seek_data_hole_offset()
920 brelse(di_bh); in ocfs2_seek_data_hole_offset()