Lines Matching refs:di
289 struct ocfs2_dinode *di) in ocfs2_last_eb_is_empty() argument
292 u64 last_eb_blk = le64_to_cpu(di->i_last_eb_blk); in ocfs2_last_eb_is_empty()
417 struct ocfs2_dinode *di; in ocfs2_get_clusters_nocache() local
427 di = (struct ocfs2_dinode *) di_bh->b_data; in ocfs2_get_clusters_nocache()
428 el = &di->id2.i_list; in ocfs2_get_clusters_nocache()
507 else if (eb->h_blkno == di->i_last_eb_blk) in ocfs2_get_clusters_nocache()
509 else if (eb->h_next_leaf_blk == di->i_last_eb_blk) { in ocfs2_get_clusters_nocache()
510 ret = ocfs2_last_eb_is_empty(inode, di); in ocfs2_get_clusters_nocache()
719 struct ocfs2_dinode *di; in ocfs2_fiemap_inline() local
724 di = (struct ocfs2_dinode *)di_bh->b_data; in ocfs2_fiemap_inline()
728 id_count = le16_to_cpu(di->id2.i_data.id_count); in ocfs2_fiemap_inline()