Lines Matching refs:di
275 struct ocfs2_dinode *di) in ocfs2_last_eb_is_empty() argument
278 u64 last_eb_blk = le64_to_cpu(di->i_last_eb_blk); in ocfs2_last_eb_is_empty()
403 struct ocfs2_dinode *di; in ocfs2_get_clusters_nocache() local
413 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_get_clusters_nocache()
414 el = &di->id2.i_list; in ocfs2_get_clusters_nocache()
494 else if (eb->h_blkno == di->i_last_eb_blk) in ocfs2_get_clusters_nocache()
496 else if (eb->h_next_leaf_blk == di->i_last_eb_blk) { in ocfs2_get_clusters_nocache()
497 ret = ocfs2_last_eb_is_empty(inode, di); in ocfs2_get_clusters_nocache()
706 struct ocfs2_dinode *di; in ocfs2_fiemap_inline() local
711 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_fiemap_inline()
715 id_count = le16_to_cpu(di->id2.i_data.id_count); in ocfs2_fiemap_inline()