Lines Matching refs:osb
149 static inline void ocfs2_ci_set_new(struct ocfs2_super *osb, in ocfs2_ci_set_new() argument
153 ci->ci_created_trans = osb->journal->j_trans_id; in ocfs2_ci_set_new()
158 void ocfs2_orphan_scan_init(struct ocfs2_super *osb);
159 void ocfs2_orphan_scan_start(struct ocfs2_super *osb);
160 void ocfs2_orphan_scan_stop(struct ocfs2_super *osb);
161 void ocfs2_orphan_scan_exit(struct ocfs2_super *osb);
164 void ocfs2_wait_for_recovery(struct ocfs2_super *osb);
166 int ocfs2_recovery_init(struct ocfs2_super *osb);
167 void ocfs2_recovery_exit(struct ocfs2_super *osb);
169 int ocfs2_compute_replay_slots(struct ocfs2_super *osb);
186 void ocfs2_set_journal_params(struct ocfs2_super *osb);
189 void ocfs2_journal_shutdown(struct ocfs2_super *osb);
194 int ocfs2_check_journals_nolocks(struct ocfs2_super *osb);
195 void ocfs2_recovery_thread(struct ocfs2_super *osb,
197 int ocfs2_mark_dead_nodes(struct ocfs2_super *osb);
198 void ocfs2_complete_mount_recovery(struct ocfs2_super *osb);
199 void ocfs2_complete_quota_recovery(struct ocfs2_super *osb);
201 static inline void ocfs2_start_checkpoint(struct ocfs2_super *osb) in ocfs2_start_checkpoint() argument
203 wake_up(&osb->checkpoint_event); in ocfs2_start_checkpoint()
208 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); in ocfs2_checkpoint_inode() local
210 if (ocfs2_mount_local(osb)) in ocfs2_checkpoint_inode()
220 ocfs2_start_checkpoint(osb); in ocfs2_checkpoint_inode()
222 wait_event(osb->journal->j_checkpointed, in ocfs2_checkpoint_inode()
256 handle_t *ocfs2_start_trans(struct ocfs2_super *osb,
258 int ocfs2_commit_trans(struct ocfs2_super *osb,