Linux Kernel
3.7.1
|
#include "incore.h"
Go to the source code of this file.
Functions | |
int | gfs2_replay_read_block (struct gfs2_jdesc *jd, unsigned int blk, struct buffer_head **bh) |
int | gfs2_revoke_add (struct gfs2_sbd *sdp, u64 blkno, unsigned int where) |
int | gfs2_revoke_check (struct gfs2_sbd *sdp, u64 blkno, unsigned int where) |
void | gfs2_revoke_clean (struct gfs2_sbd *sdp) |
int | gfs2_find_jhead (struct gfs2_jdesc *jd, struct gfs2_log_header_host *head) |
int | gfs2_recover_journal (struct gfs2_jdesc *gfs2_jd, bool wait) |
void | gfs2_recover_func (struct work_struct *work) |
Variables | |
struct workqueue_struct * | gfs_recovery_wq |
int gfs2_find_jhead | ( | struct gfs2_jdesc * | jd, |
struct gfs2_log_header_host * | head | ||
) |
void gfs2_recover_func | ( | struct work_struct * | work | ) |
Definition at line 451 of file recovery.c.
int gfs2_recover_journal | ( | struct gfs2_jdesc * | gfs2_jd, |
bool | wait | ||
) |
Definition at line 600 of file recovery.c.
int gfs2_replay_read_block | ( | struct gfs2_jdesc * | jd, |
unsigned int | blk, | ||
struct buffer_head ** | bh | ||
) |
Definition at line 32 of file recovery.c.
Definition at line 55 of file recovery.c.
Definition at line 84 of file recovery.c.
Definition at line 108 of file recovery.c.
struct workqueue_struct* gfs_recovery_wq |
Definition at line 30 of file recovery.c.