Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Djbd.h349 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;
[all …]
Djbd2.h450 struct transaction_s struct
453 journal_t *t_journal;
456 tid_t t_tid;
466 enum {
475 } t_state;
480 unsigned long t_log_start;
483 int t_nr_buffers;
489 struct journal_head *t_reserved_list;
495 struct journal_head *t_buffers;
502 struct journal_head *t_forget;
[all …]