Lines Matching defs:jbd2_journal_handle
417 struct jbd2_journal_handle struct
419 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 */
444 unsigned int h_type: 8; /* for handle statistics */
445 unsigned int h_line_no: 16; /* for handle statistics */
447 unsigned long h_start_jiffies;
448 unsigned int h_requested_credits;
451 struct lockdep_map h_lockdep_map;