Home
last modified time | relevance | path

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

/linux-4.1.27/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()
198 struct gfs2_trans *tr; in meta_lo_add()
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.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.h34 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);
151 struct gfs2_trans *bd_tr;
466 struct gfs2_trans { struct
773 struct gfs2_trans *sd_log_tr;
Dlops.c99 struct gfs2_trans *tr) in gfs2_unpin()
494 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_before_commit()
504 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_after_commit()
619 static void revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_before_commit()
659 static void revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_after_commit()
757 static void databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_before_commit()
837 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.c84 struct gfs2_trans tr; in gfs2_ail_empty_gl()
Daops.c879 struct gfs2_trans *tr = current->journal_info; in gfs2_write_end()