Home
last modified time | relevance | path

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

/fs/gfs2/
Dtrans.c31 struct gfs2_trans *tr; in gfs2_trans_begin()
40 tr = kzalloc(sizeof(struct gfs2_trans), GFP_NOFS); in gfs2_trans_begin()
74 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr) in gfs2_print_trans()
88 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_end()
152 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_data()
193 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_meta()
245 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_revoke()
256 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_remove_revoke()
Dlog.c92 struct gfs2_trans *tr, in gfs2_ail1_start_one()
151 struct gfs2_trans *tr; in gfs2_ail1_flush()
196 static void gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail1_empty_one()
226 struct gfs2_trans *tr, *s; in gfs2_ail1_empty()
250 struct gfs2_trans *tr; in gfs2_ail1_wait()
277 static void gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail2_empty_one()
292 struct gfs2_trans *tr, *safe; in ail2_empty()
461 struct gfs2_trans *tr = sdp->sd_log_tr; in calc_reserved()
483 struct gfs2_trans *tr; in current_tail()
491 tr = list_entry(sdp->sd_ail1_list.prev, struct gfs2_trans, in current_tail()
[all …]
Dincore.h32 struct gfs2_trans;
52 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
53 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
166 struct gfs2_trans *bd_tr;
495 struct gfs2_trans { struct
804 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()
Dlops.c99 struct gfs2_trans *tr) in gfs2_unpin()
692 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_before_commit()
702 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_after_commit()
835 static void revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_before_commit()
875 static void revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_after_commit()
972 static void databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_before_commit()
1051 static void databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_after_commit()
Dmeta_io.c291 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_read()
318 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_wait()
334 struct gfs2_trans *tr = current->journal_info; in gfs2_remove_from_journal()
Dlog.h74 extern void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
Dbmap.c1043 struct gfs2_trans *tr = current->journal_info; in gfs2_iomap_page_done()
1078 struct gfs2_trans *tr; in gfs2_iomap_begin_write()
1378 struct gfs2_trans *tr; in gfs2_journaled_truncate()
1498 struct gfs2_trans *tr; in sweep_bh_for_rgrps()
2410 struct gfs2_trans *tr; in gfs2_journaled_truncate_range()
Dglops.c85 struct gfs2_trans tr; in gfs2_ail_empty_gl()