Lines Matching defs:jd
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() local
567 int gfs2_recover_journal(struct gfs2_jdesc *jd, bool wait) in gfs2_recover_journal()