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()
614 struct buffer_head *di_bh = NULL; in ocfs2_get_clusters() local
628 ret = ocfs2_read_inode_block(inode, &di_bh); in ocfs2_get_clusters()
634 ret = ocfs2_get_clusters_nocache(inode, di_bh, v_cluster, &hole_len, in ocfs2_get_clusters()
663 brelse(di_bh); in ocfs2_get_clusters()
713 static int ocfs2_fiemap_inline(struct inode *inode, struct buffer_head *di_bh, in ocfs2_fiemap_inline() argument
724 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_fiemap_inline()
757 struct buffer_head *di_bh = NULL; in ocfs2_fiemap() local
764 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_fiemap()
777 ret = ocfs2_fiemap_inline(inode, di_bh, fieinfo, map_start); in ocfs2_fiemap()
788 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, in ocfs2_fiemap()
823 brelse(di_bh); in ocfs2_fiemap()
841 struct buffer_head *di_bh = NULL; in ocfs2_seek_data_hole_offset() local
846 ret = ocfs2_inode_lock(inode, &di_bh, 0); in ocfs2_seek_data_hole_offset()
870 ret = ocfs2_get_clusters_nocache(inode, di_bh, cpos, &hole_size, in ocfs2_seek_data_hole_offset()
918 brelse(di_bh); in ocfs2_seek_data_hole_offset()