Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Djbd2.h693 atomic_t t_handle_count; member
/kernel/linux/linux-5.10/fs/jbd2/
Dtransaction.c116 atomic_set(&transaction->t_handle_count, 0); in jbd2_get_transaction()
443 atomic_inc(&transaction->t_handle_count); in start_this_handle()
Dcommit.c1147 atomic_read(&commit_transaction->t_handle_count); in jbd2_journal_commit_transaction()