Lines Matching defs:transaction_s
349 struct transaction_s struct
352 journal_t *t_journal;
355 tid_t t_tid;
365 enum {
372 } t_state;
377 unsigned int t_log_start;
380 int t_nr_buffers;
386 struct journal_head *t_reserved_list;
392 struct journal_head *t_locked_list;
398 struct journal_head *t_buffers;
404 struct journal_head *t_sync_datalist;
411 struct journal_head *t_forget;
417 struct journal_head *t_checkpoint_list;
423 struct journal_head *t_checkpoint_io_list;
429 struct journal_head *t_iobuf_list;
436 struct journal_head *t_shadow_list;
442 struct journal_head *t_log_list;
447 spinlock_t t_handle_lock;
453 int t_updates;
459 int t_outstanding_credits;
465 transaction_t *t_cpnext, *t_cpprev;
471 unsigned long t_expires;
476 ktime_t t_start_time;
481 int t_handle_count;
487 unsigned int t_synchronous_commit:1;