Lines Matching refs:OCFS2_I
846 OCFS2_I(inode)->ip_open_count++; in ocfs2_journal_init()
870 OCFS2_I(inode)->ip_clusters); in ocfs2_journal_init()
904 OCFS2_I(inode)->ip_open_count--; in ocfs2_journal_init()
1023 OCFS2_I(inode)->ip_open_count--; in ocfs2_journal_shutdown()
1234 (unsigned long long)OCFS2_I(journal->j_inode)->ip_blkno); in ocfs2_complete_recovery()
1643 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_replay_journal()
2065 OCFS2_I(iter)->ip_flags |= OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_orphan_filldir()
2069 if (OCFS2_I(iter)->ip_next_orphan) { in ocfs2_orphan_filldir()
2074 trace_ocfs2_orphan_filldir((unsigned long long)OCFS2_I(iter)->ip_blkno); in ocfs2_orphan_filldir()
2077 OCFS2_I(iter)->ip_next_orphan = p->head; in ocfs2_orphan_filldir()
2206 oi = OCFS2_I(inode); in ocfs2_recover_orphans()