Home
last modified time | relevance | path

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

/Linux-v5.15/fs/gfs2/
Dlog.c93 struct gfs2_trans *tr, struct blk_plug *plug) in gfs2_ail1_start_one()
153 struct gfs2_trans *tr; in dump_ail_list()
195 struct gfs2_trans *tr; in gfs2_ail1_flush()
252 struct gfs2_trans *tr; in gfs2_log_update_flush_tail()
256 struct gfs2_trans, tr_list); in gfs2_log_update_flush_tail()
275 static void gfs2_ail_empty_tr(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail_empty_tr()
297 static int gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail1_empty_one()
352 struct gfs2_trans *tr, *s; in gfs2_ail1_empty()
377 struct gfs2_trans *tr; in gfs2_ail1_wait()
397 static void __ail2_empty(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in __ail2_empty()
[all …]
Dtrans.c28 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr) in gfs2_print_trans()
40 int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp, in __gfs2_trans_begin()
112 struct gfs2_trans *tr; in gfs2_trans_begin()
126 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_end()
194 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_data()
235 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_meta()
291 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_revoke()
321 void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_trans_free()
Dlog.h79 extern bool gfs2_log_try_reserve(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
81 extern void gfs2_log_reserve(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
88 extern void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
Dtrans.h37 extern int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp,
48 extern void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr);
Dlops.h35 struct gfs2_trans *tr) in lops_before_commit()
44 struct gfs2_trans *tr) in lops_after_commit()
Dincore.h33 struct gfs2_trans;
57 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
58 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
148 struct gfs2_trans *bd_tr;
475 struct gfs2_trans { struct
802 struct gfs2_trans *sd_log_tr;
Dmeta_io.c298 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_read()
325 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_wait()
341 struct gfs2_trans *tr = current->journal_info; in gfs2_remove_from_journal()
384 struct gfs2_trans *tr, *s; in gfs2_ail1_wipe()
Dlops.c103 struct gfs2_trans *tr) in gfs2_unpin()
728 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_before_commit()
738 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_after_commit()
863 static void revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_before_commit()
917 static void revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_after_commit()
1005 static void databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_before_commit()
1084 static void databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_after_commit()
Dmain.c148 sizeof(struct gfs2_trans), in init_gfs2_fs()
Dbmap.c1018 struct gfs2_trans *tr = current->journal_info; in gfs2_iomap_page_done()
1053 struct gfs2_trans *tr; in gfs2_iomap_begin_write()
1374 struct gfs2_trans *tr; in gfs2_journaled_truncate()
1506 struct gfs2_trans *tr; in sweep_bh_for_rgrps()
2422 struct gfs2_trans *tr; in gfs2_journaled_truncate_range()
Dglops.c91 struct gfs2_trans tr; in gfs2_ail_empty_gl()