Home
last modified time | relevance | path

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

/linux-4.19.296/fs/gfs2/
Dtrans.c34 struct gfs2_trans *tr; in gfs2_trans_begin()
43 tr = kzalloc(sizeof(struct gfs2_trans), GFP_NOFS); in gfs2_trans_begin()
79 static void gfs2_print_trans(const struct gfs2_trans *tr) in gfs2_print_trans()
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()
251 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_revoke()
262 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_unrevoke()
Dlog.c95 struct gfs2_trans *tr, in gfs2_ail1_start_one()
154 struct gfs2_trans *tr; in gfs2_ail1_flush()
199 static void gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr, in gfs2_ail1_empty_one()
229 struct gfs2_trans *tr, *s; in gfs2_ail1_empty()
253 struct gfs2_trans *tr; in gfs2_ail1_wait()
280 static void gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail2_empty_one()
295 struct gfs2_trans *tr, *safe; in ail2_empty()
464 struct gfs2_trans *tr = sdp->sd_log_tr; in calc_reserved()
486 struct gfs2_trans *tr; in current_tail()
494 tr = list_entry(sdp->sd_ail1_list.prev, struct gfs2_trans, in current_tail()
[all …]
Dlops.h53 struct gfs2_trans *tr) in lops_before_commit()
62 struct gfs2_trans *tr) in lops_after_commit()
Dincore.h35 struct gfs2_trans;
55 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
56 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
170 struct gfs2_trans *bd_tr;
500 struct gfs2_trans { struct
808 struct gfs2_trans *sd_log_tr;
Dlops.c100 struct gfs2_trans *tr) in gfs2_unpin()
490 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_before_commit()
500 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_after_commit()
615 static void revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_before_commit()
655 static void revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_after_commit()
752 static void databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_before_commit()
831 static void databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_after_commit()
Dmeta_io.c294 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_read()
321 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_wait()
337 struct gfs2_trans *tr = current->journal_info; in gfs2_remove_from_journal()
Dlog.h77 extern void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
Dbmap.c1143 struct gfs2_trans *tr = current->journal_info; in gfs2_iomap_end()
1374 struct gfs2_trans *tr; in gfs2_journaled_truncate()
1494 struct gfs2_trans *tr; in sweep_bh_for_rgrps()
2404 struct gfs2_trans *tr; in gfs2_journaled_truncate_range()
Dglops.c87 struct gfs2_trans tr; in gfs2_ail_empty_gl()