Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd.h370 struct transaction_s struct
373 journal_t *t_journal;
376 tid_t t_tid;
386 enum {
393 } t_state;
398 unsigned int t_log_start;
401 int t_nr_buffers;
407 struct journal_head *t_reserved_list;
413 struct journal_head *t_locked_list;
419 struct journal_head *t_buffers;
[all …]
Djbd2.h502 struct transaction_s struct
505 journal_t *t_journal;
508 tid_t t_tid;
518 enum {
527 } t_state;
532 unsigned long t_log_start;
535 int t_nr_buffers;
541 struct journal_head *t_reserved_list;
547 struct journal_head *t_buffers;
554 struct journal_head *t_forget;
[all …]