t_handle_count   1093 fs/jbd2/commit.c 		atomic_read(&commit_transaction->t_handle_count);
t_handle_count     92 fs/jbd2/transaction.c 	atomic_set(&transaction->t_handle_count, 0);
t_handle_count    410 fs/jbd2/transaction.c 	atomic_inc(&transaction->t_handle_count);
t_handle_count    709 include/linux/jbd2.h 	atomic_t		t_handle_count;