Home
last modified time | relevance | path

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

/linux-4.1.27/fs/jbd/
Dcheckpoint.c211 tid_t this_tid; in __wait_cp_io() local
215 this_tid = transaction->t_tid; in __wait_cp_io()
219 transaction->t_tid != this_tid) in __wait_cp_io()
358 tid_t this_tid; in log_do_checkpoint() local
383 this_tid = transaction->t_tid; in log_do_checkpoint()
391 transaction->t_tid == this_tid) { in log_do_checkpoint()
/linux-4.1.27/fs/jbd2/
Dcheckpoint.c213 tid_t this_tid; in jbd2_log_do_checkpoint() local
240 this_tid = transaction->t_tid; in jbd2_log_do_checkpoint()
248 transaction->t_tid != this_tid) in jbd2_log_do_checkpoint()
332 transaction->t_tid != this_tid) in jbd2_log_do_checkpoint()