Home
last modified time | relevance | path

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

/linux-4.4.14/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()
77 static void gfs2_print_trans(const struct gfs2_trans *tr) in gfs2_print_trans()
90 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_end()
160 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_data()
200 struct gfs2_trans *tr; in meta_lo_add()
255 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_revoke()
266 struct gfs2_trans *tr = current->journal_info; in gfs2_trans_add_unrevoke()
Dlog.c94 struct gfs2_trans *tr) in gfs2_ail1_start_one()
148 struct gfs2_trans *tr; in gfs2_ail1_flush()
190 static void gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail1_empty_one()
217 struct gfs2_trans *tr, *s; in gfs2_ail1_empty()
237 struct gfs2_trans *tr; in gfs2_ail1_wait()
264 static void gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in gfs2_ail2_empty_one()
279 struct gfs2_trans *tr, *safe; in ail2_empty()
446 struct gfs2_trans *tr = sdp->sd_log_tr; in calc_reserved()
468 struct gfs2_trans *tr; in current_tail()
476 tr = list_entry(sdp->sd_ail1_list.prev, struct gfs2_trans, in current_tail()
[all …]
Dlops.h50 struct gfs2_trans *tr) in lops_before_commit()
59 struct gfs2_trans *tr) in lops_after_commit()
Dincore.h35 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);
152 struct gfs2_trans *bd_tr;
468 struct gfs2_trans { struct
775 struct gfs2_trans *sd_log_tr;
Dlops.c99 struct gfs2_trans *tr) in gfs2_unpin()
487 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_before_commit()
497 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_after_commit()
612 static void revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_before_commit()
652 static void revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_after_commit()
750 static void databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_before_commit()
830 static void databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_after_commit()
Dmeta_io.c226 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_read()
253 struct gfs2_trans *tr = current->journal_info; in gfs2_meta_wait()
264 void gfs2_remove_from_journal(struct buffer_head *bh, struct gfs2_trans *tr, int meta) in gfs2_remove_from_journal()
Dlog.h76 extern void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
Dmeta_io.h61 struct gfs2_trans *tr, int meta);
Dglops.c86 struct gfs2_trans tr; in gfs2_ail_empty_gl()
Daops.c883 struct gfs2_trans *tr = current->journal_info; in gfs2_write_end()