Lines Matching refs:osb

133 static inline void ocfs2_ci_set_new(struct ocfs2_super *osb,
137 ci->ci_created_trans = osb->journal->j_trans_id;
142 void ocfs2_orphan_scan_init(struct ocfs2_super *osb);
143 void ocfs2_orphan_scan_start(struct ocfs2_super *osb);
144 void ocfs2_orphan_scan_stop(struct ocfs2_super *osb);
147 void ocfs2_wait_for_recovery(struct ocfs2_super *osb);
149 int ocfs2_recovery_init(struct ocfs2_super *osb);
150 void ocfs2_recovery_exit(struct ocfs2_super *osb);
152 int ocfs2_compute_replay_slots(struct ocfs2_super *osb);
153 void ocfs2_free_replay_slots(struct ocfs2_super *osb);
166 * ocfs2_recovery_thread - Perform recovery on a node. osb is our own osb.
171 void ocfs2_set_journal_params(struct ocfs2_super *osb);
172 int ocfs2_journal_alloc(struct ocfs2_super *osb);
173 int ocfs2_journal_init(struct ocfs2_super *osb, int *dirty);
174 void ocfs2_journal_shutdown(struct ocfs2_super *osb);
179 int ocfs2_check_journals_nolocks(struct ocfs2_super *osb);
180 void ocfs2_recovery_thread(struct ocfs2_super *osb,
182 int ocfs2_mark_dead_nodes(struct ocfs2_super *osb);
183 void ocfs2_complete_mount_recovery(struct ocfs2_super *osb);
184 void ocfs2_complete_quota_recovery(struct ocfs2_super *osb);
186 static inline void ocfs2_start_checkpoint(struct ocfs2_super *osb)
188 wake_up(&osb->checkpoint_event);
193 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
195 if (ocfs2_mount_local(osb))
205 ocfs2_start_checkpoint(osb);
207 wait_event(osb->journal->j_checkpointed,
241 handle_t *ocfs2_start_trans(struct ocfs2_super *osb,
243 int ocfs2_commit_trans(struct ocfs2_super *osb,