Searched defs:jbd2_journal_handle (Results 1 – 2 of 2) sorted by relevance
45423 struct jbd2_journal_handle { struct45424 union {45428 handle_t *h_rsv_handle;45429 int h_total_credits;45430 int h_revoke_credits;45431 int h_revoke_credits_requested;45432 int h_ref;45433 int h_err;45434 unsigned int h_sync: 1;45435 unsigned int h_jdata: 1;[all …]
55180 struct jbd2_journal_handle { struct55181 union {55185 handle_t *h_rsv_handle;55186 int h_total_credits;55187 int h_revoke_credits;55188 int h_revoke_credits_requested;55189 int h_ref;55190 int h_err;55191 unsigned int h_sync: 1;55192 unsigned int h_jdata: 1;[all …]