• Home
  • Raw
  • Download

Lines Matching refs:tr

99 		       struct gfs2_trans *tr)  in gfs2_unpin()  argument
122 bd->bd_tr = tr; in gfs2_unpin()
123 list_add(&bd->bd_ail_st_list, &tr->tr_ail1_list); in gfs2_unpin()
712 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_before_commit() argument
716 if (tr == NULL) in buf_lo_before_commit()
718 nbuf = tr->tr_num_buf_new - tr->tr_num_buf_rm; in buf_lo_before_commit()
719 gfs2_before_commit(sdp, limit, nbuf, &tr->tr_buf, 0); in buf_lo_before_commit()
722 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in buf_lo_after_commit() argument
727 if (tr == NULL) in buf_lo_after_commit()
730 head = &tr->tr_buf; in buf_lo_after_commit()
734 gfs2_unpin(sdp, bd->bd_bh, tr); in buf_lo_after_commit()
855 static void revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_before_commit() argument
895 static void revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in revoke_lo_after_commit() argument
992 static void databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_before_commit() argument
996 if (tr == NULL) in databuf_lo_before_commit()
998 nbuf = tr->tr_num_databuf_new - tr->tr_num_databuf_rm; in databuf_lo_before_commit()
999 gfs2_before_commit(sdp, limit, nbuf, &tr->tr_databuf, 1); in databuf_lo_before_commit()
1071 static void databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr) in databuf_lo_after_commit() argument
1076 if (tr == NULL) in databuf_lo_after_commit()
1079 head = &tr->tr_databuf; in databuf_lo_after_commit()
1083 gfs2_unpin(sdp, bd->bd_bh, tr); in databuf_lo_after_commit()