Home
last modified time | relevance | path

Searched refs:t_abort (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/jbd2/
H A Dtransaction.c1442 if (!triggers || !triggers->t_abort) in jbd2_buffer_abort_trigger()
1445 triggers->t_abort(triggers, jh2bh(jh)); in jbd2_buffer_abort_trigger()
/openbmc/linux/include/linux/
H A Djbd2.h1475 void (*t_abort)(struct jbd2_buffer_trigger_type *type, member
/openbmc/linux/fs/ocfs2/
H A Djournal.c620 ot->ot_triggers.t_abort = ocfs2_abort_trigger; in ocfs2_setup_csum_triggers()