Lines Matching defs:transaction_s
549 struct transaction_s struct
552 journal_t *t_journal;
555 tid_t t_tid;
565 enum {
575 } t_state;
580 unsigned long t_log_start;
586 int t_nr_buffers;
593 struct journal_head *t_reserved_list;
599 struct journal_head *t_buffers;
606 struct journal_head *t_forget;
612 struct journal_head *t_checkpoint_list;
621 struct journal_head *t_shadow_list;
629 struct list_head t_inode_list;
634 unsigned long t_max_wait;
639 unsigned long t_start;
644 unsigned long t_requested;
649 struct transaction_chp_stats_s t_chp_stats;
655 atomic_t t_updates;
663 atomic_t t_outstanding_credits;
669 atomic_t t_outstanding_revokes;
674 atomic_t t_handle_count;
680 transaction_t *t_cpnext, *t_cpprev;
686 unsigned long t_expires;
691 ktime_t t_start_time;
716 struct transaction_stats_s { argument