Searched defs:transaction_s (Results 1 – 7 of 7) sorted by relevance
75538 struct transaction_s { struct75539 journal_t *t_journal;75540 tid_t t_tid;75541 enum {75551 } t_state;75552 long unsigned int t_log_start;75553 int t_nr_buffers;75554 struct journal_head *t_reserved_list;75555 struct journal_head *t_buffers;75556 struct journal_head *t_forget;[all …]
46166 struct transaction_s { struct46167 journal_t *t_journal;46168 tid_t t_tid;46169 enum {46179 } t_state;46180 long unsigned int t_log_start;46181 int t_nr_buffers;46182 struct journal_head *t_reserved_list;46183 struct journal_head *t_buffers;46184 struct journal_head *t_forget;[all …]
41963 struct transaction_s { struct41964 journal_t *t_journal;41965 tid_t t_tid;41966 enum {41976 } t_state;41977 long unsigned int t_log_start;41978 int t_nr_buffers;41979 struct journal_head *t_reserved_list;41980 struct journal_head *t_buffers;41981 struct journal_head *t_forget;[all …]
45833 struct transaction_s { struct45834 journal_t *t_journal;45835 tid_t t_tid;45836 enum {45846 } t_state;45847 long unsigned int t_log_start;45848 int t_nr_buffers;45849 struct journal_head *t_reserved_list;45850 struct journal_head *t_buffers;45851 struct journal_head *t_forget;[all …]