Searched refs:gfs2_trans (Results 1 – 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/fs/gfs2/ |
D | trans.c | 28 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr) in gfs2_print_trans() 43 struct gfs2_trans *tr; in gfs2_trans_begin() 93 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_end() 159 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_data() 200 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_meta() 256 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_revoke() 267 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_remove_revoke() 287 void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_trans_free()
|
D | log.c | 92 struct gfs2_trans *tr) in gfs2_ail1_start_one() 147 struct gfs2_trans *tr; in dump_ail_list() 189 struct gfs2_trans *tr; in gfs2_ail1_flush() 252 static int gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail1_empty_one() 307 struct gfs2_trans *tr, *s; in gfs2_ail1_empty() 331 struct gfs2_trans *tr; in gfs2_ail1_wait() 355 static void gfs2_ail_empty_tr(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail_empty_tr() 370 struct gfs2_trans *tr, *safe; in ail2_empty() 539 struct gfs2_trans *tr = sdp->sd_log_tr; in calc_reserved() 560 struct gfs2_trans *tr; in current_tail() [all …]
|
D | incore.h | 32 struct gfs2_trans; 56 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); 57 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr); 170 struct gfs2_trans *bd_tr; 497 struct gfs2_trans { struct 823 struct gfs2_trans *sd_log_tr;
|
D | lops.h | 47 struct gfs2_trans *tr) in lops_before_commit() 56 struct gfs2_trans *tr) in lops_after_commit()
|
D | meta_io.c | 292 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_read() 319 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_wait() 335 struct gfs2_trans *tr = current->journal_info; in gfs2_remove_from_journal() 378 struct gfs2_trans *tr, *s; in gfs2_ail1_wipe()
|
D | lops.c | 100 struct gfs2_trans *tr) in gfs2_unpin() 719 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_before_commit() 729 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_after_commit() 840 static void revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_before_commit() 880 static void revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_after_commit() 977 static void databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_before_commit() 1056 static void databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_after_commit()
|
D | trans.h | 45 extern void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr);
|
D | log.h | 74 extern void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
|
D | main.c | 148 sizeof(struct gfs2_trans), in init_gfs2_fs()
|
D | bmap.c | 1045 struct gfs2_trans *tr = current->journal_info; in gfs2_iomap_page_done() 1080 struct gfs2_trans *tr; in gfs2_iomap_begin_write() 1383 struct gfs2_trans *tr; in gfs2_journaled_truncate() 1504 struct gfs2_trans *tr; in sweep_bh_for_rgrps() 2417 struct gfs2_trans *tr; in gfs2_journaled_truncate_range()
|
D | glops.c | 88 struct gfs2_trans tr; in gfs2_ail_empty_gl()
|