Symbol: gfs2_jdesc
fs/gfs2/bmap.c
2195
void gfs2_free_journal_extents(struct gfs2_jdesc *jd)
fs/gfs2/bmap.c
2216
static int gfs2_add_jextent(struct gfs2_jdesc *jd, u64 lblock, u64 dblock, u64 blocks)
fs/gfs2/bmap.c
2259
int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd)
fs/gfs2/bmap.h
66
int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd);
fs/gfs2/bmap.h
67
void gfs2_free_journal_extents(struct gfs2_jdesc *jd);
fs/gfs2/incore.h
34
struct gfs2_jdesc;
fs/gfs2/incore.h
59
void (*lo_before_scan) (struct gfs2_jdesc *jd,
fs/gfs2/incore.h
61
int (*lo_scan_elements) (struct gfs2_jdesc *jd, unsigned int start,
fs/gfs2/incore.h
64
void (*lo_after_scan) (struct gfs2_jdesc *jd, int error, int pass);
fs/gfs2/incore.h
763
struct gfs2_jdesc *sd_jdesc;
fs/gfs2/log.c
821
void gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
fs/gfs2/log.h
72
void gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
fs/gfs2/lops.c
1049
static void databuf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass)
fs/gfs2/lops.c
145
u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lblock)
fs/gfs2/lops.c
327
void gfs2_log_write(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
fs/gfs2/lops.c
416
static bool gfs2_jhead_folio_search(struct gfs2_jdesc *jd,
fs/gfs2/lops.c
462
static void gfs2_jhead_process_page(struct gfs2_jdesc *jd, unsigned long index,
fs/gfs2/lops.c
504
int gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head)
fs/gfs2/lops.c
738
static void buf_lo_before_scan(struct gfs2_jdesc *jd,
fs/gfs2/lops.c
753
static void obsolete_rgrp(struct gfs2_jdesc *jd, struct buffer_head *bh_log,
fs/gfs2/lops.c
774
static int buf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start,
fs/gfs2/lops.c
829
static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass)
fs/gfs2/lops.c
906
static void revoke_lo_before_scan(struct gfs2_jdesc *jd,
fs/gfs2/lops.c
916
static int revoke_lo_scan_elements(struct gfs2_jdesc *jd, u32 start,
fs/gfs2/lops.c
966
static void revoke_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass)
fs/gfs2/lops.c
999
static int databuf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start,
fs/gfs2/lops.h
16
u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn);
fs/gfs2/lops.h
17
void gfs2_log_write(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
fs/gfs2/lops.h
22
int gfs2_find_jhead(struct gfs2_jdesc *jd,
fs/gfs2/lops.h
54
static inline void lops_before_scan(struct gfs2_jdesc *jd,
fs/gfs2/lops.h
64
static inline int lops_scan_elements(struct gfs2_jdesc *jd, u32 start,
fs/gfs2/lops.h
81
static inline void lops_after_scan(struct gfs2_jdesc *jd, int error,
fs/gfs2/ops_fstype.c
538
struct gfs2_jdesc *jd;
fs/gfs2/ops_fstype.c
565
jd = kzalloc_obj(struct gfs2_jdesc);
fs/gfs2/ops_fstype.c
611
struct gfs2_jdesc *jd;
fs/gfs2/ops_fstype.c
786
struct gfs2_jdesc *jd = gfs2_jdesc_find(sdp, x);
fs/gfs2/recovery.c
106
void gfs2_revoke_clean(struct gfs2_jdesc *jd)
fs/gfs2/recovery.c
166
static int get_log_header(struct gfs2_jdesc *jd, unsigned int blk,
fs/gfs2/recovery.c
197
static int foreach_descriptor(struct gfs2_jdesc *jd, u32 start,
fs/gfs2/recovery.c
263
static void clean_journal(struct gfs2_jdesc *jd,
fs/gfs2/recovery.c
304
static int update_statfs_inode(struct gfs2_jdesc *jd,
fs/gfs2/recovery.c
32
int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk,
fs/gfs2/recovery.c
373
static void recover_local_statfs(struct gfs2_jdesc *jd,
fs/gfs2/recovery.c
400
struct gfs2_jdesc *jd = container_of(work, struct gfs2_jdesc, jd_work);
fs/gfs2/recovery.c
55
int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where)
fs/gfs2/recovery.c
567
int gfs2_recover_journal(struct gfs2_jdesc *jd, bool wait)
fs/gfs2/recovery.c
83
int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where)
fs/gfs2/recovery.h
14
static inline void gfs2_replay_incr_blk(struct gfs2_jdesc *jd, u32 *blk)
fs/gfs2/recovery.h
20
int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk,
fs/gfs2/recovery.h
23
int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where);
fs/gfs2/recovery.h
24
int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where);
fs/gfs2/recovery.h
25
void gfs2_revoke_clean(struct gfs2_jdesc *jd);
fs/gfs2/recovery.h
27
int gfs2_recover_journal(struct gfs2_jdesc *gfs2_jd, bool wait);
fs/gfs2/super.c
107
int gfs2_jdesc_check(struct gfs2_jdesc *jd)
fs/gfs2/super.c
327
struct gfs2_jdesc *jd;
fs/gfs2/super.c
580
struct gfs2_jdesc *jd;
fs/gfs2/super.c
62
struct gfs2_jdesc *jd;
fs/gfs2/super.c
75
jd = list_first_entry(&list, struct gfs2_jdesc, jd_list);
fs/gfs2/super.c
85
static struct gfs2_jdesc *jdesc_find_i(struct list_head *head, unsigned int jid)
fs/gfs2/super.c
87
struct gfs2_jdesc *jd;
fs/gfs2/super.c
96
struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid)
fs/gfs2/super.c
98
struct gfs2_jdesc *jd;
fs/gfs2/super.h
31
struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid);
fs/gfs2/super.h
32
int gfs2_jdesc_check(struct gfs2_jdesc *jd);
fs/gfs2/sys.c
486
struct gfs2_jdesc *jd;
fs/gfs2/util.c
52
int check_journal_clean(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
fs/gfs2/util.h
144
int check_journal_clean(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,