Home
last modified time | relevance | path

Searched defs:transaction_s (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Djbd2.h563 struct transaction_s struct
566 journal_t *t_journal;
569 tid_t t_tid;
579 enum {
589 } t_state;
594 unsigned long t_log_start;
597 int t_nr_buffers;
603 struct journal_head *t_reserved_list;
609 struct journal_head *t_buffers;
616 struct journal_head *t_forget;
[all …]
/kernel/linux/linux-6.6/include/linux/
Djbd2.h551 struct transaction_s struct
554 journal_t *t_journal;
557 tid_t t_tid;
567 enum {
577 } t_state;
582 unsigned long t_log_start;
588 int t_nr_buffers;
595 struct journal_head *t_reserved_list;
601 struct journal_head *t_buffers;
608 struct journal_head *t_forget;
[all …]