Searched defs:transaction_s (Results 1 – 2 of 2) sorted by relevance
44663 struct transaction_s { struct44664 journal_t *t_journal;44665 tid_t t_tid;44666 enum {44676 } t_state;44677 unsigned long t_log_start;44678 int t_nr_buffers;44679 struct journal_head *t_reserved_list;44680 struct journal_head *t_buffers;44681 struct journal_head *t_forget;[all …]
54420 struct transaction_s { struct54421 journal_t *t_journal;54422 tid_t t_tid;54423 enum {54433 } t_state;54434 unsigned long t_log_start;54435 int t_nr_buffers;54436 struct journal_head *t_reserved_list;54437 struct journal_head *t_buffers;54438 struct journal_head *t_forget;[all …]