Lines Matching refs:OCFS2_I
922 OCFS2_I(inode)->ip_open_count++; in ocfs2_journal_init()
946 OCFS2_I(inode)->ip_clusters); in ocfs2_journal_init()
980 OCFS2_I(inode)->ip_open_count--; in ocfs2_journal_init()
1100 OCFS2_I(inode)->ip_open_count--; in ocfs2_journal_shutdown()
1312 (unsigned long long)OCFS2_I(journal->j_inode)->ip_blkno); in ocfs2_complete_recovery()
1718 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_replay_journal()
2138 OCFS2_I(iter)->ip_flags |= OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_orphan_filldir()
2142 if (OCFS2_I(iter)->ip_next_orphan) { in ocfs2_orphan_filldir()
2147 trace_ocfs2_orphan_filldir((unsigned long long)OCFS2_I(iter)->ip_blkno); in ocfs2_orphan_filldir()
2150 OCFS2_I(iter)->ip_next_orphan = p->head; in ocfs2_orphan_filldir()
2279 oi = OCFS2_I(inode); in ocfs2_recover_orphans()