Home
last modified time | relevance | path

Searched defs:ocfs2_journal (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/ocfs2/
Djournal.h52 struct ocfs2_journal { struct
53 enum ocfs2_journal_state j_state; /* Journals current state */ argument
55 journal_t *j_journal; /* The kernels journal type */
56 struct inode *j_inode; /* Kernel inode pointing to
58 struct ocfs2_super *j_osb; /* pointer to the super
83 static inline unsigned long ocfs2_inc_trans_id(struct ocfs2_journal *j) in ocfs2_inc_trans_id() argument