Searched defs:jbd2_journal_handle (Results 1 – 7 of 7) sorted by relevance
75609 struct jbd2_journal_handle { struct75610 union {75614 handle_t *h_rsv_handle;75615 int h_total_credits;75616 int h_revoke_credits;75617 int h_revoke_credits_requested;75618 int h_ref;75619 int h_err;75620 unsigned int h_sync: 1;75621 unsigned int h_jdata: 1;[all …]
46305 struct jbd2_journal_handle { struct46306 union {46310 handle_t *h_rsv_handle;46311 int h_total_credits;46312 int h_revoke_credits;46313 int h_revoke_credits_requested;46314 int h_ref;46315 int h_err;46316 unsigned int h_sync: 1;46317 unsigned int h_jdata: 1;[all …]
42034 struct jbd2_journal_handle { struct42035 union {42039 handle_t *h_rsv_handle;42040 int h_total_credits;42041 int h_revoke_credits;42042 int h_revoke_credits_requested;42043 int h_ref;42044 int h_err;42045 unsigned int h_sync: 1;42046 unsigned int h_jdata: 1;[all …]
45988 struct jbd2_journal_handle { struct45989 union {45993 handle_t *h_rsv_handle;45994 int h_total_credits;45995 int h_revoke_credits;45996 int h_revoke_credits_requested;45997 int h_ref;45998 int h_err;45999 unsigned int h_sync: 1;46000 unsigned int h_jdata: 1;[all …]