Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Djbd2.h676 atomic_t t_handle_count; member
/linux-6.6.21/fs/jbd2/
Dtransaction.c115 atomic_set(&transaction->t_handle_count, 0); in jbd2_get_transaction()
455 atomic_inc(&transaction->t_handle_count); in start_this_handle()
Dcommit.c1104 atomic_read(&commit_transaction->t_handle_count); in jbd2_journal_commit_transaction()