Lines Matching refs:ocfs2_super

64 static int ocfs2_recover_node(struct ocfs2_super *osb,
67 static int ocfs2_commit_cache(struct ocfs2_super *osb);
68 static int __ocfs2_wait_on_mount(struct ocfs2_super *osb, int quota);
69 static int ocfs2_journal_toggle_dirty(struct ocfs2_super *osb,
71 static int ocfs2_trylock_journal(struct ocfs2_super *osb,
73 static int ocfs2_recover_orphans(struct ocfs2_super *osb,
84 static inline int ocfs2_wait_on_mount(struct ocfs2_super *osb) in ocfs2_wait_on_mount()
89 static inline int ocfs2_wait_on_quotas(struct ocfs2_super *osb) in ocfs2_wait_on_quotas()
111 static void ocfs2_replay_map_set_state(struct ocfs2_super *osb, int state) in ocfs2_replay_map_set_state()
123 int ocfs2_compute_replay_slots(struct ocfs2_super *osb) in ocfs2_compute_replay_slots()
156 static void ocfs2_queue_replay_slots(struct ocfs2_super *osb, in ocfs2_queue_replay_slots()
176 static void ocfs2_free_replay_slots(struct ocfs2_super *osb) in ocfs2_free_replay_slots()
187 int ocfs2_recovery_init(struct ocfs2_super *osb) in ocfs2_recovery_init()
214 static int ocfs2_recovery_thread_running(struct ocfs2_super *osb) in ocfs2_recovery_thread_running()
220 void ocfs2_recovery_exit(struct ocfs2_super *osb) in ocfs2_recovery_exit()
247 static int __ocfs2_recovery_map_test(struct ocfs2_super *osb, in __ocfs2_recovery_map_test()
264 static int ocfs2_recovery_map_set(struct ocfs2_super *osb, in ocfs2_recovery_map_set()
285 static void ocfs2_recovery_map_clear(struct ocfs2_super *osb, in ocfs2_recovery_map_clear()
308 static int ocfs2_commit_cache(struct ocfs2_super *osb) in ocfs2_commit_cache()
349 handle_t *ocfs2_start_trans(struct ocfs2_super *osb, int max_buffs) in ocfs2_start_trans()
389 int ocfs2_commit_trans(struct ocfs2_super *osb, in ocfs2_commit_trans()
656 struct ocfs2_super *osb = in __ocfs2_journal_access()
812 void ocfs2_set_journal_params(struct ocfs2_super *osb) in ocfs2_set_journal_params()
836 struct ocfs2_super *osb; in ocfs2_journal_init()
932 static int ocfs2_journal_toggle_dirty(struct ocfs2_super *osb, in ocfs2_journal_toggle_dirty()
970 void ocfs2_journal_shutdown(struct ocfs2_super *osb) in ocfs2_journal_shutdown()
1069 struct ocfs2_super *osb; in ocfs2_journal_load()
1138 static int ocfs2_recovery_completed(struct ocfs2_super *osb) in ocfs2_recovery_completed()
1150 void ocfs2_wait_for_recovery(struct ocfs2_super *osb) in ocfs2_wait_for_recovery()
1171 struct ocfs2_super *osb = OCFS2_SB(inode->i_sb); in ocfs2_force_read_journal()
1236 struct ocfs2_super *osb = journal->j_osb; in ocfs2_complete_recovery()
1344 void ocfs2_complete_mount_recovery(struct ocfs2_super *osb) in ocfs2_complete_mount_recovery()
1366 void ocfs2_complete_quota_recovery(struct ocfs2_super *osb) in ocfs2_complete_quota_recovery()
1382 struct ocfs2_super *osb = arg; in __ocfs2_recovery_thread()
1518 void ocfs2_recovery_thread(struct ocfs2_super *osb, int node_num) in ocfs2_recovery_thread()
1545 static int ocfs2_read_journal_inode(struct ocfs2_super *osb, in ocfs2_read_journal_inode()
1583 static int ocfs2_replay_journal(struct ocfs2_super *osb, in ocfs2_replay_journal()
1732 static int ocfs2_recover_node(struct ocfs2_super *osb, in ocfs2_recover_node()
1789 static int ocfs2_trylock_journal(struct ocfs2_super *osb, in ocfs2_trylock_journal()
1828 int ocfs2_mark_dead_nodes(struct ocfs2_super *osb) in ocfs2_mark_dead_nodes()
1935 static void ocfs2_queue_orphan_scan(struct ocfs2_super *osb) in ocfs2_queue_orphan_scan()
1987 struct ocfs2_super *osb; in ocfs2_orphan_scan_work()
2001 void ocfs2_orphan_scan_stop(struct ocfs2_super *osb) in ocfs2_orphan_scan_stop()
2014 void ocfs2_orphan_scan_init(struct ocfs2_super *osb) in ocfs2_orphan_scan_init()
2026 void ocfs2_orphan_scan_start(struct ocfs2_super *osb) in ocfs2_orphan_scan_start()
2044 struct ocfs2_super *osb;
2093 static int ocfs2_queue_orphans(struct ocfs2_super *osb, in ocfs2_queue_orphans()
2139 static int ocfs2_orphan_recovery_can_continue(struct ocfs2_super *osb, in ocfs2_orphan_recovery_can_continue()
2150 static void ocfs2_mark_recovering_orphan_dir(struct ocfs2_super *osb, in ocfs2_mark_recovering_orphan_dir()
2169 static void ocfs2_clear_recovering_orphan_dir(struct ocfs2_super *osb, in ocfs2_clear_recovering_orphan_dir()
2193 static int ocfs2_recover_orphans(struct ocfs2_super *osb, in ocfs2_recover_orphans()
2282 static int __ocfs2_wait_on_mount(struct ocfs2_super *osb, int quota) in __ocfs2_wait_on_mount()
2307 struct ocfs2_super *osb = arg; in ocfs2_commit_thread()
2353 int ocfs2_check_journals_nolocks(struct ocfs2_super *osb) in ocfs2_check_journals_nolocks()