Home
last modified time | relevance | path

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

/system/bpf/include/vmlinux/android15_6.6/arm64/
Dvmlinux.h44663 struct transaction_s { struct
44664 journal_t *t_journal;
44665 tid_t t_tid;
44666 enum {
44676 } t_state;
44677 unsigned long t_log_start;
44678 int t_nr_buffers;
44679 struct journal_head *t_reserved_list;
44680 struct journal_head *t_buffers;
44681 struct journal_head *t_forget;
[all …]
/system/bpf/include/vmlinux/android15_6.6/x86_64/
Dvmlinux.h54420 struct transaction_s { struct
54421 journal_t *t_journal;
54422 tid_t t_tid;
54423 enum {
54433 } t_state;
54434 unsigned long t_log_start;
54435 int t_nr_buffers;
54436 struct journal_head *t_reserved_list;
54437 struct journal_head *t_buffers;
54438 struct journal_head *t_forget;
[all …]