|
| DEFINE_SPINLOCK (trans_inc_lock) |
|
void | ocfs2_replay_map_set_state (struct ocfs2_super *osb, int state) |
|
int | ocfs2_compute_replay_slots (struct ocfs2_super *osb) |
|
void | ocfs2_queue_replay_slots (struct ocfs2_super *osb) |
|
void | ocfs2_free_replay_slots (struct ocfs2_super *osb) |
|
int | ocfs2_recovery_init (struct ocfs2_super *osb) |
|
void | ocfs2_recovery_exit (struct ocfs2_super *osb) |
|
handle_t * | ocfs2_start_trans (struct ocfs2_super *osb, int max_buffs) |
|
int | ocfs2_commit_trans (struct ocfs2_super *osb, handle_t *handle) |
|
int | ocfs2_extend_trans (handle_t *handle, int nblocks) |
|
int | ocfs2_journal_access_di (handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *bh, int type) |
|
int | ocfs2_journal_access_eb (handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *bh, int type) |
|
int | ocfs2_journal_access_rb (handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *bh, int type) |
|
int | ocfs2_journal_access_gd (handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *bh, int type) |
|
int | ocfs2_journal_access_db (handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *bh, int type) |
|
int | ocfs2_journal_access_xb (handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *bh, int type) |
|
int | ocfs2_journal_access_dq (handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *bh, int type) |
|
int | ocfs2_journal_access_dr (handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *bh, int type) |
|
int | ocfs2_journal_access_dl (handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *bh, int type) |
|
int | ocfs2_journal_access (handle_t *handle, struct ocfs2_caching_info *ci, struct buffer_head *bh, int type) |
|
void | ocfs2_journal_dirty (handle_t *handle, struct buffer_head *bh) |
|
void | ocfs2_set_journal_params (struct ocfs2_super *osb) |
|
int | ocfs2_journal_init (struct ocfs2_journal *journal, int *dirty) |
|
void | ocfs2_journal_shutdown (struct ocfs2_super *osb) |
|
int | ocfs2_journal_load (struct ocfs2_journal *journal, int local, int replayed) |
|
int | ocfs2_journal_wipe (struct ocfs2_journal *journal, int full) |
|
void | ocfs2_wait_for_recovery (struct ocfs2_super *osb) |
|
void | ocfs2_complete_recovery (struct work_struct *work) |
|
void | ocfs2_complete_mount_recovery (struct ocfs2_super *osb) |
|
void | ocfs2_complete_quota_recovery (struct ocfs2_super *osb) |
|
void | ocfs2_recovery_thread (struct ocfs2_super *osb, int node_num) |
|
int | ocfs2_mark_dead_nodes (struct ocfs2_super *osb) |
|
void | ocfs2_queue_orphan_scan (struct ocfs2_super *osb) |
|
void | ocfs2_orphan_scan_work (struct work_struct *work) |
|
void | ocfs2_orphan_scan_stop (struct ocfs2_super *osb) |
|
void | ocfs2_orphan_scan_init (struct ocfs2_super *osb) |
|
void | ocfs2_orphan_scan_start (struct ocfs2_super *osb) |
|
int | ocfs2_check_journals_nolocks (struct ocfs2_super *osb) |
|