Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/jbd/
Dtransaction.c204 transaction->t_handle_count++; in start_this_handle()
1444 old_handle_count = transaction->t_handle_count; in journal_stop()
1446 } while (old_handle_count != transaction->t_handle_count); in journal_stop()
/linux-2.4.37.9/include/linux/
Djbd.h493 int t_handle_count; member