Lines Matching defs:jbd2_journal_handle
459 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 */
486 unsigned int h_type: 8; /* for handle statistics */
487 unsigned int h_line_no: 16; /* for handle statistics */
489 unsigned long h_start_jiffies;
490 unsigned int h_requested_credits;
493 struct lockdep_map h_lockdep_map;