Home
last modified time | relevance | path

Searched refs:this_tid (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/fs/jbd/
Dcheckpoint.c205 tid_t this_tid; in __wait_cp_io() local
209 this_tid = transaction->t_tid; in __wait_cp_io()
213 transaction->t_tid != this_tid) in __wait_cp_io()
350 tid_t this_tid; in log_do_checkpoint() local
374 this_tid = transaction->t_tid; in log_do_checkpoint()
382 transaction->t_tid == this_tid) { in log_do_checkpoint()
/linux-2.6.39/fs/jbd2/
Dcheckpoint.c208 tid_t this_tid; in __wait_cp_io() local
212 this_tid = transaction->t_tid; in __wait_cp_io()
216 transaction->t_tid != this_tid) in __wait_cp_io()
363 tid_t this_tid; in jbd2_log_do_checkpoint() local
390 this_tid = transaction->t_tid; in jbd2_log_do_checkpoint()
398 transaction->t_tid == this_tid) { in jbd2_log_do_checkpoint()