Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Djbd2.h459 struct jbd2_journal_handle struct
461 union {
469 handle_t *h_rsv_handle;
472 int h_buffer_credits;
475 int h_ref;
479 int h_err;
482 unsigned int h_sync: 1; /* sync-on-close */
483 unsigned int h_jdata: 1; /* force data journaling */
484 unsigned int h_reserved: 1; /* handle with reserved credits */
485 unsigned int h_aborted: 1; /* fatal error on handle */
[all …]