Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dlog.c94 struct gfs2_trans *tr, struct blk_plug *plug) in gfs2_ail1_start_one()
159 struct gfs2_trans *tr; in dump_ail_list()
201 struct gfs2_trans *tr; in gfs2_ail1_flush()
257 struct gfs2_trans *tr; in gfs2_log_update_flush_tail()
261 struct gfs2_trans, tr_list); in gfs2_log_update_flush_tail()
280 static void gfs2_ail_empty_tr(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail_empty_tr()
302 static int gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail1_empty_one()
358 struct gfs2_trans *tr, *s; in gfs2_ail1_empty()
378 struct gfs2_trans *tr; in gfs2_ail1_wait()
398 static void __ail2_empty(struct gfs2_sbd *sdp, struct gfs2_trans *t
[all...]
H A 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()
257 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_meta()
317 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_revoke()
347 void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_trans_free()
H A Dlog.h68 bool gfs2_log_try_reserve(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
70 void gfs2_log_reserve(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
77 void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
H A Dtrans.h37 int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp,
50 void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr);
H A Dlops.h37 struct gfs2_trans *tr) in lops_before_commit()
46 struct gfs2_trans *tr) in lops_after_commit()
H A 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);
147 struct gfs2_trans *bd_tr;
474 struct gfs2_trans { struct
801 struct gfs2_trans *sd_log_tr;
475 tr_ipgfs2_trans global() argument
477 tr_blocksgfs2_trans global() argument
478 tr_revokesgfs2_trans global() argument
479 tr_reservedgfs2_trans global() argument
480 tr_flagsgfs2_trans global() argument
482 tr_num_buf_newgfs2_trans global() argument
483 tr_num_databuf_newgfs2_trans global() argument
484 tr_num_buf_rmgfs2_trans global() argument
485 tr_num_databuf_rmgfs2_trans global() argument
486 tr_num_revokegfs2_trans global() argument
488 tr_listgfs2_trans global() argument
489 tr_databufgfs2_trans global() argument
490 tr_bufgfs2_trans global() argument
492 tr_firstgfs2_trans global() argument
493 tr_ail1_listgfs2_trans global() argument
494 tr_ail2_listgfs2_trans global() argument
H A Dmeta_io.c304 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_read()
332 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_wait()
349 struct gfs2_trans *tr = current->journal_info; in gfs2_remove_from_journal()
392 struct gfs2_trans *tr, *s; in gfs2_ail1_wipe()
H A Dlops.c103 struct gfs2_trans *tr) in gfs2_unpin()
713 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_before_commit()
723 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_after_commit()
848 static void revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_before_commit()
902 static void revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_after_commit()
990 static void databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_before_commit()
1069 static void databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_after_commit()
H A Dmain.c142 gfs2_trans_cachep = kmem_cache_create("gfs2_trans", in init_gfs2_fs()
143 sizeof(struct gfs2_trans), in init_gfs2_fs()
H A Dbmap.c990 struct gfs2_trans *tr = current->journal_info; in gfs2_iomap_put_folio()
1031 struct gfs2_trans *tr; in gfs2_iomap_begin_write()
1334 struct gfs2_trans *tr; in gfs2_journaled_truncate()
1466 struct gfs2_trans *tr; in sweep_bh_for_rgrps()
2374 struct gfs2_trans *tr; in gfs2_journaled_truncate_range()
H A Dglops.c95 struct gfs2_trans tr; in gfs2_ail_empty_gl()