Searched refs:gfs2_trans (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/gfs2/
H A Dtrans.h37 int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp,
48 void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr);
H A Dlog.h79 bool gfs2_log_try_reserve(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
81 void gfs2_log_reserve(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
88 void gfs2_log_commit(struct gfs2_sbd *sdp, struct gfs2_trans *trans);
H A Dlops.h37 struct gfs2_trans *tr)
46 struct gfs2_trans *tr)
H A Dtrans.c28 static void gfs2_print_trans(struct gfs2_sbd *sdp, const struct gfs2_trans *tr)
40 int __gfs2_trans_begin(struct gfs2_trans *tr, struct gfs2_sbd *sdp,
112 struct gfs2_trans *tr;
126 struct gfs2_trans *tr = current->journal_info;
194 struct gfs2_trans *tr = current->journal_info;
236 struct gfs2_trans *tr = current->journal_info;
296 struct gfs2_trans *tr = current->journal_info;
326 void gfs2_trans_free(struct gfs2_sbd *sdp, struct gfs2_trans *tr)
H A Dlog.c102 struct gfs2_trans *tr, struct blk_plug *plug)
162 struct gfs2_trans *tr;
204 struct gfs2_trans *tr;
260 struct gfs2_trans *tr;
264 struct gfs2_trans, tr_list);
283 static void gfs2_ail_empty_tr(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
305 static int gfs2_ail1_empty_one(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
361 struct gfs2_trans *tr, *s;
381 struct gfs2_trans *tr;
401 static void __ail2_empty(struct gfs2_sbd *sdp, struct gfs2_trans *t
[all...]
H A Dincore.h33 struct gfs2_trans;
57 void (*lo_before_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
58 void (*lo_after_commit) (struct gfs2_sbd *sdp, struct gfs2_trans *tr);
147 struct gfs2_trans *bd_tr;
475 struct gfs2_trans { struct
802 struct gfs2_trans *sd_log_tr;
H A Dmeta_io.c293 struct gfs2_trans *tr = current->journal_info;
321 struct gfs2_trans *tr = current->journal_info;
338 struct gfs2_trans *tr = current->journal_info;
381 struct gfs2_trans *tr, *s;
H A Dlops.c103 struct gfs2_trans *tr)
716 static void buf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr)
726 static void buf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr)
851 static void revoke_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr)
905 static void revoke_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr)
993 static void databuf_lo_before_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr)
1072 static void databuf_lo_after_commit(struct gfs2_sbd *sdp, struct gfs2_trans *tr)
H A Dmain.c143 gfs2_trans_cachep = kmem_cache_create("gfs2_trans",
144 sizeof(struct gfs2_trans),
H A Dbmap.c986 struct gfs2_trans *tr = current->journal_info;
1025 struct gfs2_trans *tr;
1327 struct gfs2_trans *tr;
1459 struct gfs2_trans *tr;
2367 struct gfs2_trans *tr;
H A Dglops.c91 struct gfs2_trans tr;

Completed in 147 milliseconds