Searched refs:gfs2_trans (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/fs/gfs2/ |
D | trans.c | 34 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()
|
D | log.c | 94 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 …]
|
D | lops.h | 50 struct gfs2_trans *tr) in lops_before_commit() 59 struct gfs2_trans *tr) in lops_after_commit()
|
D | incore.h | 34 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;
|
D | lops.c | 99 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()
|
D | meta_io.c | 226 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()
|
D | log.h | 76 extern void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
|
D | meta_io.h | 61 struct gfs2_trans *tr, int meta);
|
D | glops.c | 84 struct gfs2_trans tr; in gfs2_ail_empty_gl()
|
D | aops.c | 879 struct gfs2_trans *tr = current->journal_info; in gfs2_write_end()
|