Lines Matching refs:OCFS2_I
858 OCFS2_I(inode)->ip_open_count++; in ocfs2_journal_init()
882 OCFS2_I(inode)->ip_clusters); in ocfs2_journal_init()
912 OCFS2_I(inode)->ip_open_count--; in ocfs2_journal_init()
1033 OCFS2_I(inode)->ip_open_count--; in ocfs2_journal_shutdown()
1236 (unsigned long long)OCFS2_I(journal->j_inode)->ip_blkno); in ocfs2_complete_recovery()
1629 OCFS2_I(inode)->ip_clusters = le32_to_cpu(fe->i_clusters); in ocfs2_replay_journal()
2054 OCFS2_I(iter)->ip_flags |= OCFS2_INODE_DIO_ORPHAN_ENTRY; in ocfs2_orphan_filldir()
2058 if (OCFS2_I(iter)->ip_next_orphan) { in ocfs2_orphan_filldir()
2063 trace_ocfs2_orphan_filldir((unsigned long long)OCFS2_I(iter)->ip_blkno); in ocfs2_orphan_filldir()
2066 OCFS2_I(iter)->ip_next_orphan = p->head; in ocfs2_orphan_filldir()
2195 oi = OCFS2_I(inode); in ocfs2_recover_orphans()