Searched defs:jbd2_journal_handle (Results 1 – 1 of 1) sorted by relevance
417 struct jbd2_journal_handle struct419 union {427 handle_t *h_rsv_handle;430 int h_buffer_credits;433 int h_ref;437 int h_err;440 unsigned int h_sync: 1; /* sync-on-close */441 unsigned int h_jdata: 1; /* force data journaling */442 unsigned int h_reserved: 1; /* handle with reserved credits */443 unsigned int h_aborted: 1; /* fatal error on handle */[all …]