Home
last modified time | relevance | path

Searched refs:t_max_wait (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/jbd2/
H A Dtransaction.c102 transaction->t_max_wait = 0; in jbd2_get_transaction()
127 oldts = READ_ONCE(transaction->t_max_wait); in update_t_max_wait()
129 oldts = cmpxchg(&transaction->t_max_wait, oldts, newts); in update_t_max_wait()
H A Dcommit.c443 stats.run.rs_wait = commit_transaction->t_max_wait; in jbd2_journal_commit_transaction()
/linux-6.15/include/linux/
H A Djbd2.h634 unsigned long t_max_wait; member