Lines Matching refs:OCFS2_I
844 OCFS2_I(inode)->ip_open_count++; in ocfs2_journal_init()
868 OCFS2_I(inode)->ip_clusters); in ocfs2_journal_init()
902 OCFS2_I(inode)->ip_open_count--; in ocfs2_journal_init()
1021 OCFS2_I(inode)->ip_open_count--; in ocfs2_journal_shutdown()
1232 (unsigned long long)OCFS2_I(journal->j_inode)->ip_blkno); in ocfs2_complete_recovery()
1641 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_replay_journal()
2063 OCFS2_I(iter)->ip_flags |= OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_orphan_filldir()
2067 if (OCFS2_I(iter)->ip_next_orphan) { in ocfs2_orphan_filldir()
2072 trace_ocfs2_orphan_filldir((unsigned long long)OCFS2_I(iter)->ip_blkno); in ocfs2_orphan_filldir()
2075 OCFS2_I(iter)->ip_next_orphan = p->head; in ocfs2_orphan_filldir()
2204 oi = OCFS2_I(inode); in ocfs2_recover_orphans()