Home
last modified time | relevance | path

Searched refs:gfs2_trans (Results 1 – 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/fs/gfs2/
Dtrans.c28 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()
Dlog.c92 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 …]
Dincore.h32 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;
Dlops.h47 struct gfs2_trans *tr) in lops_before_commit()
56 struct gfs2_trans *tr) in lops_after_commit()
Dmeta_io.c292 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()
Dlops.c100 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()
Dtrans.h45 extern void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr);
Dlog.h74 extern void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
Dmain.c148 sizeof(struct gfs2_trans), in init_gfs2_fs()
Dbmap.c1045 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()
Dglops.c88 struct gfs2_trans tr; in gfs2_ail_empty_gl()