Searched refs:t_abort (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/fs/ocfs2/ |
D | journal.c | 581 .t_abort = ocfs2_abort_trigger, 589 .t_abort = ocfs2_abort_trigger, 597 .t_abort = ocfs2_abort_trigger, 605 .t_abort = ocfs2_abort_trigger, 613 .t_abort = ocfs2_abort_trigger, 620 .t_abort = ocfs2_abort_trigger, 628 .t_abort = ocfs2_abort_trigger, 635 .t_abort = ocfs2_abort_trigger, 643 .t_abort = ocfs2_abort_trigger,
|
/linux-4.4.14/fs/jbd2/ |
D | transaction.c | 1299 if (!triggers || !triggers->t_abort) in jbd2_buffer_abort_trigger() 1302 triggers->t_abort(triggers, jh2bh(jh)); in jbd2_buffer_abort_trigger()
|
/linux-4.4.14/include/linux/ |
D | jbd2.h | 1176 void (*t_abort)(struct jbd2_buffer_trigger_type *type, member
|