Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd.h502 int t_handle_count; member
Djbd2.h638 atomic_t t_handle_count; member
/linux-4.1.27/fs/jbd2/
Dtransaction.c94 atomic_set(&transaction->t_handle_count, 0); in jbd2_get_transaction()
365 atomic_inc(&transaction->t_handle_count); in start_this_handle()
Dcommit.c1105 atomic_read(&commit_transaction->t_handle_count); in jbd2_journal_commit_transaction()
/linux-4.1.27/fs/jbd/
Dtransaction.c226 transaction->t_handle_count++; in start_this_handle()