Searched refs:gfs2_jdesc (Results 1 – 16 of 16) sorted by relevance
/linux/fs/gfs2/ |
A D | recovery.h | 14 static inline void gfs2_replay_incr_blk(struct gfs2_jdesc *jd, u32 *blk) in gfs2_replay_incr_blk() 20 extern int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk, 23 extern int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where); 24 extern int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where); 25 extern void gfs2_revoke_clean(struct gfs2_jdesc *jd); 27 extern int gfs2_recover_journal(struct gfs2_jdesc *gfs2_jd, bool wait);
|
A D | lops.h | 15 extern u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lbn); 16 extern void gfs2_log_write(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, 21 extern int gfs2_find_jhead(struct gfs2_jdesc *jd, 52 static inline void lops_before_scan(struct gfs2_jdesc *jd, in lops_before_scan() 62 static inline int lops_scan_elements(struct gfs2_jdesc *jd, u32 start, in lops_scan_elements() 79 static inline void lops_after_scan(struct gfs2_jdesc *jd, int error, in lops_after_scan()
|
A D | recovery.c | 32 int gfs2_replay_read_block(struct gfs2_jdesc *jd, unsigned int blk, in gfs2_replay_read_block() 55 int gfs2_revoke_add(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_add() 84 int gfs2_revoke_check(struct gfs2_jdesc *jd, u64 blkno, unsigned int where) in gfs2_revoke_check() 108 void gfs2_revoke_clean(struct gfs2_jdesc *jd) in gfs2_revoke_clean() 167 static int get_log_header(struct gfs2_jdesc *jd, unsigned int blk, in get_log_header() 198 static int foreach_descriptor(struct gfs2_jdesc *jd, u32 start, in foreach_descriptor() 264 static void clean_journal(struct gfs2_jdesc *jd, in clean_journal() 309 static int update_statfs_inode(struct gfs2_jdesc *jd, in update_statfs_inode() 378 static void recover_local_statfs(struct gfs2_jdesc *jd, in recover_local_statfs() 405 struct gfs2_jdesc *jd = container_of(work, struct gfs2_jdesc, jd_work); in gfs2_recover_func() [all …]
|
A D | lops.c | 145 u64 gfs2_log_bmap(struct gfs2_jdesc *jd, unsigned int lblock) in gfs2_log_bmap() 329 void gfs2_log_write(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in gfs2_log_write() 425 static bool gfs2_jhead_pg_srch(struct gfs2_jdesc *jd, in gfs2_jhead_pg_srch() 513 int gfs2_find_jhead(struct gfs2_jdesc *jd, struct gfs2_log_header_host *head, in gfs2_find_jhead() 754 static void buf_lo_before_scan(struct gfs2_jdesc *jd, in buf_lo_before_scan() 769 static void obsolete_rgrp(struct gfs2_jdesc *jd, struct buffer_head *bh_log, in obsolete_rgrp() 790 static int buf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, in buf_lo_scan_elements() 845 static void buf_lo_after_scan(struct gfs2_jdesc *jd, int error, int pass) in buf_lo_after_scan() 922 static void revoke_lo_before_scan(struct gfs2_jdesc *jd, in revoke_lo_before_scan() 932 static int revoke_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, in revoke_lo_scan_elements() [all …]
|
A D | super.h | 31 extern struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid); 32 extern int gfs2_jdesc_check(struct gfs2_jdesc *jd);
|
A D | incore.h | 34 struct gfs2_jdesc; 59 void (*lo_before_scan) (struct gfs2_jdesc *jd, 61 int (*lo_scan_elements) (struct gfs2_jdesc *jd, unsigned int start, 64 void (*lo_after_scan) (struct gfs2_jdesc *jd, int error, int pass); 506 struct gfs2_jdesc { struct 764 struct gfs2_jdesc *sd_jdesc;
|
A D | bmap.h | 66 extern int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd); 67 extern void gfs2_free_journal_extents(struct gfs2_jdesc *jd);
|
A D | super.c | 62 struct gfs2_jdesc *jd; in gfs2_jindex_free() 72 jd = list_first_entry(&list, struct gfs2_jdesc, jd_list); in gfs2_jindex_free() 81 static struct gfs2_jdesc *jdesc_find_i(struct list_head *head, unsigned int jid) in jdesc_find_i() 83 struct gfs2_jdesc *jd; in jdesc_find_i() 92 struct gfs2_jdesc *gfs2_jdesc_find(struct gfs2_sbd *sdp, unsigned int jid) in gfs2_jdesc_find() 94 struct gfs2_jdesc *jd; in gfs2_jdesc_find() 103 int gfs2_jdesc_check(struct gfs2_jdesc *jd) in gfs2_jdesc_check() 327 struct gfs2_jdesc *jd; in gfs2_lock_fs_check_clean() 567 struct gfs2_jdesc *jd; in gfs2_put_super()
|
A D | log.h | 83 extern void gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
|
A D | util.h | 150 extern int check_journal_clean(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd,
|
A D | ops_fstype.c | 570 struct gfs2_jdesc *jd; in gfs2_jindex_hold() 599 jd = kzalloc(sizeof(struct gfs2_jdesc), GFP_KERNEL); in gfs2_jindex_hold() 647 struct gfs2_jdesc *jd; in init_statfs() 824 struct gfs2_jdesc *jd = gfs2_jdesc_find(sdp, x); in init_journal()
|
A D | util.c | 51 int check_journal_clean(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in check_journal_clean()
|
A D | bmap.c | 2174 void gfs2_free_journal_extents(struct gfs2_jdesc *jd) in gfs2_free_journal_extents() 2195 static int gfs2_add_jextent(struct gfs2_jdesc *jd, u64 lblock, u64 dblock, u64 blocks) in gfs2_add_jextent() 2238 int gfs2_map_journal_extents(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd) in gfs2_map_journal_extents()
|
A D | sys.c | 490 struct gfs2_jdesc *jd; in gfs2_recover_set()
|
A D | lock_dlm.c | 589 struct gfs2_jdesc *jd; in remote_withdraw()
|
A D | log.c | 824 void gfs2_write_log_header(struct gfs2_sbd *sdp, struct gfs2_jdesc *jd, in gfs2_write_log_header()
|
Completed in 32 milliseconds