Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Djbd2.h711 atomic_t t_handle_count; member
/linux-4.19.296/fs/jbd2/
Dtransaction.c92 atomic_set(&transaction->t_handle_count, 0); in jbd2_get_transaction()
379 atomic_inc(&transaction->t_handle_count); in start_this_handle()
Dcommit.c1090 atomic_read(&commit_transaction->t_handle_count); in jbd2_journal_commit_transaction()