Lines Matching refs:osb
135 static inline void ocfs2_ci_set_new(struct ocfs2_super *osb,
139 ci->ci_created_trans = osb->journal->j_trans_id;
144 void ocfs2_orphan_scan_init(struct ocfs2_super *osb);
145 void ocfs2_orphan_scan_start(struct ocfs2_super *osb);
146 void ocfs2_orphan_scan_stop(struct ocfs2_super *osb);
149 void ocfs2_wait_for_recovery(struct ocfs2_super *osb);
151 int ocfs2_recovery_init(struct ocfs2_super *osb);
152 void ocfs2_recovery_exit(struct ocfs2_super *osb);
154 int ocfs2_compute_replay_slots(struct ocfs2_super *osb);
155 void ocfs2_free_replay_slots(struct ocfs2_super *osb);
167 * ocfs2_recovery_thread - Perform recovery on a node. osb is our own osb.
172 void ocfs2_set_journal_params(struct ocfs2_super *osb);
175 void ocfs2_journal_shutdown(struct ocfs2_super *osb);
180 int ocfs2_check_journals_nolocks(struct ocfs2_super *osb);
181 void ocfs2_recovery_thread(struct ocfs2_super *osb,
183 int ocfs2_mark_dead_nodes(struct ocfs2_super *osb);
184 void ocfs2_complete_mount_recovery(struct ocfs2_super *osb);
185 void ocfs2_complete_quota_recovery(struct ocfs2_super *osb);
187 static inline void ocfs2_start_checkpoint(struct ocfs2_super *osb)
189 wake_up(&osb->checkpoint_event);
194 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb);
196 if (ocfs2_mount_local(osb))
206 ocfs2_start_checkpoint(osb);
208 wait_event(osb->journal->j_checkpointed,
242 handle_t *ocfs2_start_trans(struct ocfs2_super *osb,
244 int ocfs2_commit_trans(struct ocfs2_super *osb,